Skip to main content
POST
/
v2
/
agents
/
{agentId}
/
memory
Save Agent Memory
curl --request POST \
  --url https://api.eden.art/v2/agents/{agentId}/memory \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "content": "<string>"
}'
{
  "success": true
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

agentId
string
required

Body

application/json
content
string
required

Response

200 - */*

Default Response

success
boolean
I