cURL
curl --request GET \ --url https://ragapi.sno.ai/v1/memories/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "content": "<string>", "metadata": {}, "createdAt": "2023-11-07T05:31:56Z", "type": "page", "url": "<string>", "similarity": 123, "chunks": [ { "content": "<string>", "similarity": 123 } ] }
Fetches a specific memory (content item) by its ID, returning the full document object.
Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'
Document object with full content
The response is of type object.
object