v5

latestOpenAPI 3.1.02026-08-043621,4011.8 MB
dubbing
dubbing
resource
segment
enterprise

Update Metadata For A Speaker

Amend the metadata associated with a speaker, such as their voice. Both voice cloning and using voices from the ElevenLabs library are supported.

patch/v1/dubbing/resource/{dubbing_id}/speaker/{speaker_id}

Path parameters

dubbing_idstring required

ID of the dubbing project.

ID of the dubbing project.

speaker_idstring required

ID of the speaker.

ID of the speaker.

Headers

xi-api-keystring nullable

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Request body

speaker_namestring nullable

Name to attribute to this speaker.

voice_idstring nullable

Either the identifier of a voice from the ElevenLabs voice library, or one of ['track-clone', 'clip-clone'].

voice_stabilitynumber nullable

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_similaritynumber nullable

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_stylenumber nullable

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].

languagesstring[] nullable

Languages to apply these changes to. If empty, will apply to all languages.

Response

Successful Response

versioninteger required