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

MethodPathPurpose
POST/users/get-user-memoryList memory for the current user context
POST/users/add-to-memoryCreate entries (JSON or with files)
POST/users/update-memoryUpdate 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.