cURL
curl --request PUT \ --url https://api.anam.ai/v1/voices/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "displayName": "<string>", "providerModelId": "sonic-2-2025-05-08" }'
Update a voice by ID (display name and provider model ID can be updated)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Voice ID
Successfully updated voice
Was this page helpful?