cURL
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>", "llmId": "<string>", "brainType": "ANAM_GPT_4O_MINI_V1", "systemPrompt": "<string>" }'
Update a persona by id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Persona id
Successfully updated persona
Was this page helpful?