Documents
Search documents
Search memories with advanced filtering
post/v3/search
Request body
Response
Search results
Example response
{
"results": [
{
"chunks": [
{
"content": "Machine learning is a subset of artificial intelligence...",
"isRelevant": true,
"score": 0.85
}
],
"createdAt": "1970-01-01T00:00:00.000Z",
"documentId": "doc_xyz789",
"metadata": {
"category": "technology",
"isPublic": true,
"readingTime": 5,
"source": "web",
"tag_1": "ai",
"tag_2": "machine-learning"
},
"score": 0.95,
"summary": "A comprehensive guide to understanding the basics of machine learning and its applications.",
"content": "This is the complete content of the document about machine learning concepts...",
"title": "Introduction to Machine Learning",
"updatedAt": "1970-01-01T00:00:00.000Z",
"type": "web"
}
]
}