ReferenceAPIREST API
Memories
Browse REST endpoints for memory creation, semantic retrieval, content and page-image downloads, deletion, and batch operations.
Memories
Create, retrieve, search, and manage memories in the system.
Endpoints
POSTCreate multiple memories in a batchPOSTDelete memories in batchPOSTGet multiple memories by IDPOSTCreate a new memoryDELETEDelete a memoryGETGet a memory by IDGETDownload memory contentGETDownload memory page image contentGETList memory page imagesGETStream semantic memory retrievalPOSTAdvanced semantic memory retrieval with JSON
Update an LLM
PUT /v1/llms/{id}: Updates an existing LLM configuration including display information, endpoint configuration, model parameters, credentials, and labels.
Create multiple memories in a batch
POST /v1/memories:batchCreate: Creates multiple memories in a single operation, with individual success/failure results.