Store a new memory
Memory Endpoints
Create Memory
POST
Store a new memory
Documentation Index
Fetch the complete documentation index at: https://help.memoryplugin.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The memory to be added. Always prepend with current date in YYYY-MM-DD format in the users timezone if you know it, UTC otherwise.
The id of the bucket to add the memory to. If not provided, the memory will be added to the default bucket.
Client source identifier (e.g., 'chatgpt' for ChatGPT requests)