Documentation Index
Fetch the complete documentation index at: https://docs.maximem.ai/llms.txt
Use this file to discover all available pages before exploring further.
Memory object including content, confidence, and source-document metadata.
Parameters
The memory ID. Typically obtained from
memories.status (memory_ids) or from a recall result.Returns
AMemory object.
Unique memory identifier.
Memory type:
fact, preference, episode, emotion, or temporal_event.The extracted memory content.
Confidence score of the extraction, between
0.0 and 1.0.High-level category assigned by the extraction pipeline.
More specific subcategory under
category.Timestamp of when this memory was created.
Timestamp of the last update.
None if never updated.Identifier of the document this memory was extracted from.
Example
Raises
SynapAuthError— when the API key is missing or invalid.SynapNotFoundError— when thememory_iddoes not exist or is outside the caller’s scope.