cURL
curl --request PUT \ --url https://api.callers.ai/voices/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "isMultilingual": true, "supportedLocales": [ "<string>" ], "settings": { "stability": 0.5, "similarity_boost": 0.75, "speed": 1 } }'
{ "id": "<string>", "voiceId": "<string>", "name": "<string>", "organizationId": "<string>", "settings": { "stability": 0.8, "style": 0.3 }, "isMultilingual": true, "supportedLocales": [ "<string>" ], "ttsClient": "<string>" }
Optional sub organization ID. Must belong to your main organization API key.
ID of the voice to update
Payload for updating the voice
The body is of type object.
object
The updated Voice object
The response is of type object.