POST
/
v1
/
memories
/

Authorizations

Authorization
string
headerrequired

API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'

Body

application/json
messages
object[]

An array of message objects representing the content of the memory. Each message object typically contains 'role' and 'content' fields, where 'role' indicates the sender (e.g., 'user', 'assistant', 'system') and 'content' contains the actual message text. This structure allows for the representation of conversations or multi-part memories.

agent_id
string | null

The unique identifier of the agent associated with this memory.

user_id
string | null

The unique identifier of the user associated with this memory.

app_id
string | null

The unique identifier of the application associated with this memory.

run_id
string | null

The unique identifier of the run associated with this memory.

metadata
object | null

Additional metadata associated with the memory, which can be used to store any additional information or context about the memory.

includes
string | null

String to include the specific preferences in the memory.

excludes
string | null

String to exclude the specific preferences in the memory.

infer
boolean
default: true

Wether to infer the memories or directly store the messages.

custom_categories
object | null

A list of categories with category name and it's description.

org_name
string | null

The name of the organization associated with this memory.

project_name
string | null

The name of the project associated with this memory.

Response

200 - application/json
message
string