Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.engramme.com/llms.txt

Use this file to discover all available pages before exploring further.

Memorize Response

POST /v1/memorize returns when upload processing has started.
FieldTypeDescription
statusstringUpload status, usually success
user_idstringUser associated with the API key
item_idstringIdentifier for the uploaded item
workflow_executionstringProcessing reference for the backend workflow

Recall Response

POST /v1/memories/recall returns ranked memories and related result collections.
FieldTypeDescription
trace_idstringIdentifier for the recall request
memoriesarrayRanked memory results
qaarrayQ&A-style results when available
chunksarrayRaw chunk results when available

Memory Result

FieldTypeDescription
custom_idstringUnique memory identifier
item_idstringSource item that produced the memory
scorenumberRelevance score for the query
sourcestringSource type, such as text, cursor, or google_meets
contentobjectStructured memory content

Content Object

The exact content shape can vary by extraction version and source type.
FieldTypeDescription
headlinestringShort summary when available
body / narrativestringMain memory text
participantsarrayPeople involved
whenstring or objectTime or date information
wherestringLocation when known
tagsarrayKeywords or labels
entities / other_entitiesarrayNamed entities when available
Build clients defensively: some fields are source-dependent and may be absent.