PUT
/
v1
/
voices
/
{id}
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"
}'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Voice ID

Body

application/json

Response

200

Successfully updated voice