v3
latestOpenAPI 3.0.1Apache 2.02026-08-065516357.9 KBmemories
Add memories.
post/v1/memories/
Request body
Response
Memory processing has been queued for background (async) execution. The response reports queueing status, not the final memory content; poll GET /v1/event/{event_id}/ with the returned event_id to see the processed result. By default (or with version=v1 / output_format=v1.0) the response is a bare array. When both output_format=v1.1 and version=v2 are requested, the response is an object wrapping the same array under results.
Example response
[
{
"message": "Memory processing has been queued for background execution",
"status": "PENDING"
}
]