Documents
Search documents
Search memories with advanced filtering
post/v3/search
Request body
Example request
{
"chunkThreshold": 0.5,
"containerTag": "user_alex",
"limit": 10,
"q": "what are the API rate limits"
}Response
Search results
Example response
{
"results": [
{
"chunks": [
{
"content": "Rate limit headers are included in every response. Clients should implement exponential backoff when receiving 429 responses.",
"isRelevant": true,
"position": 3,
"score": 0.85
}
],
"createdAt": "1970-01-01T00:00:00.000Z",
"documentId": "doc_xyz789",
"metadata": {
"source": "upload",
"language": "en"
},
"score": 0.95,
"summary": "API rate limit policy: 100 req/min free, 1000 req/min pro.",
"content": "Our API rate limits are 100 req/min on free and 1000 on pro. Clients should use exponential backoff on 429s.",
"title": "API Rate Limiting Policy",
"updatedAt": "1970-01-01T00:00:00.000Z",
"type": "web"
}
]
}