Memory
These endpoints read and write memory for the user tied to your API key. Use the same authentication as elsewhere ( API key). Identity in the body is always merged with that key—you cannot target another user's memory by spoofing ids.
Endpoints
| Method | Path | Purpose |
|---|---|---|
| POST | /users/get-user-memory | List memory for the current user context |
| POST | /users/add-to-memory | Create entries (JSON or with files) |
| POST | /users/update-memory | Update an existing row |
Guides
- List —
POST /users/get-user-memory - Create —
POST /users/add-to-memory - Update —
POST /users/update-memory
Attachment limits and base64 shapes follow File uploads.