Memories
Add a memory
Adds an arbitrary document to the index. This can be any text, email, call transcript, etc. The document will be processed and made available for querying once the processing is complete.
post/memories/add
Request body
Example request
{
"collection": "my-collection",
"metadata": {
"author": "John Doe",
"date": "2025-05-20T02:31:00Z",
"rating": 3
},
"text": "...",
"title": "My Document"
}Response
Successful Response