Skip to main content
PUT
/
api
/
assistants
/
{id}
/
memory
/
{key}
Set assistant memory entry
curl --request PUT \
  --url https://platform.kodexa.ai/api/assistants/{id}/memory/{key} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

key
string
required

Key of the memory entry.

Body

application/json

The body is of type object.

Response

Updated memory entry

The response is of type object.