Update speaker
Amend the metadata associated with a speaker, such as their voice. Both voice cloning and using voices from the ElevenLabs library are supported.
Path parameters
dubbing_id
ID of the dubbing project.
speaker_id
ID of the speaker.
Headers
xi-api-key
Request
This endpoint expects an object.
speaker_name
Name to attribute to this speaker.
voice_id
Either the identifier of a voice from the ElevenLabs voice library, or one of [‘track-clone’, ‘clip-clone’].
voice_stability
For models that support it, the voice similarity value to use. This will default to 0.65, with a valid range of [0.0, 1.0].
voice_similarity
For models that support it, the voice similarity value to use. This will default to 1.0, with a valid range of [0.0, 1.0].
voice_style
For models that support it, the voice style value to use. This will default to 1.0, with a valid range of [0.0, 1.0].
languages
Languages to apply these changes to. If empty, will apply to all languages.
Response
Successful Response
version