v4
latestOpenAPI 3.1.02026-08-01420618.8 KBDocuments
Search documents
Search memories with advanced filtering
post/v3/search
Request body
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,
"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"
}
]
}