Skip to main content
POST
/
v1
/
memory
Store memory
curl --request POST \
  --url https://api.example.com/v1/memory \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>",
  "tenant_id": "<string>",
  "metadata": {
    "source": "<string>"
  }
}
'

Body

application/json
content
string
required

Memory content

tenant_id
string
required

Unique identifier for the agent

metadata
object

Response

200

Successful response