curl --request POST \
--url https://api.thrindex.com/v1/memories \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"content": "User prefers weekly email digests",
"agent_id": "support-agent",
"user_id": "user-42",
"confidence": 0.95
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "queued"
}Enqueue a memory for processing. Returns immediately with 202 Accepted.
curl --request POST \
--url https://api.thrindex.com/v1/memories \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"content": "User prefers weekly email digests",
"agent_id": "support-agent",
"user_id": "user-42",
"confidence": 0.95
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "queued"
}ReturnsDocumentation Index
Fetch the complete documentation index at: https://docs.thrindex.com/llms.txt
Use this file to discover all available pages before exploring further.
202 Accepted. Scope: memory:write.API key (mk_live_...) from the Thrindex dashboard.