cURL
curl --request PUT \ --url https://api.anam.ai/v1/avatars/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "displayName": "<string>" } '
Update an avatar by ID (only display name can be updated)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Avatar ID
New display name for the avatar
Successfully updated avatar
Was this page helpful?