Create Memory
Create a new memory blob for a user. Requires the user’s ID and Memory Key obtained from an approved access request. Content should ideally be encrypted client-side before sending, or the API/SDK can handle encryption.
Create a new memory blob for a user. Requires the user’s ID and Memory Key obtained from an approved access request.
Content sent in the content
field should ideally be encrypted client-side using the user’s encryption_key
before sending. Alternatively, if sending plaintext, ensure the API or SDK handles server-side encryption.
Authorization
Requires Bearer
token authentication using your Developer JWT.
Authorizations
JWT token obtained via /auth/token
endpoint.
Body
Response
Memory blob created successfully.
Represents a memory blob as returned by Create/Update operations (content is not included).