Voices
Update an existing voice by its ID
PUT
Authorizations
Path Parameters
ID of the voice to update
Body
application/json
Payload for updating the voice
Minimum length:
5
Response
200
application/json
The updated Voice object
The ID of the voice
The provider-specific voice ID
The name of the voice
Indicates if the voice supports multiple languages
Array of supported locale strings
Identifier for the TTS (text-to-speech) client
The organization ID that owns this voice
Additional settings stored in JSON format
Example:
{ "stability": 0.8, "style": 0.3 }