Skip to main content
POST
Index memories and context chunks (extract entities)

Headers

X-Memloom-Owner
string<uuid>

The owner this request acts for. Applies to every owner-scoped endpoint, reads as well as writes. Omit it and the daemon's own default owner answers (see GET /health), which is what a single-owner install has always used. A value that is not a uuid is refused with 400 rather than coerced.

Body

application/json

The body is of type object.

Response

200 - application/json

How many memories and context chunks were indexed in this run.

indexed
integer

Memories processed this run.

Example:

3

chunksIndexed
integer

Context chunks processed this run.

Example:

12