PUT
/
v1
/
personas
/
{id}
curl --request PUT \
  --url https://api.anam.ai/v1/personas/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "avatarId": "<string>",
  "voiceId": "<string>",
  "brainType": "ANAM_GPT_4O_MINI_V1",
  "systemPrompt": "<string>"
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Persona id

Body

application/json

Response

200

Successfully updated persona