Skip to main content
POST
/
v1
/
memory
Add memory
curl --request POST \
  --url https://api.usenaive.ai/v1/memory \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>",
  "target": "MEMORY.md",
  "agent_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Body

application/json
content
string
required
target
string
default:MEMORY.md
agent_id
string

Response

Requested.

The response is of type object.