Create a new memory
Creates a new memory in the specified memory store.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique key identifier of the memory store
Body
Unique identifier for the entity this memory is associated with (e.g., user ID, session ID, conversation ID).
1 - 64^[A-Za-z0-9]+(?:[_-][A-Za-z0-9]+)*$Response
Memory successfully created.
Unique identifier for the memory. This is automatically generated by the system.
Customer provided entity ID for the memory. This is used to link the memory to a specific user/company/session/etc. Has to be unique within the memory store.
1 - 64^[A-Za-z0-9]+(?:[_-][A-Za-z0-9]+)*$The number of memories in the entity