provider dubbingdubbingresourcesegmententerprise POST /v1/dubbing/resource/{dubbing_id}/render/{language}
@utdk/elevenlabs /v1/dubbing/resource/{dubbing_id}/render/{language}
Render Audio Or Video For The Given Language
Regenerate the output media for a language using the latest Studio state. Please ensure all segments have been dubbed before rendering, otherwise they will be omitted. Renders are generated asynchronously, and to check the status of all renders please use the 'Get Dubbing Resource' endpoint.
dubbing_id path required
ID of the dubbing project.
string
language path required
The target language code to render, eg. 'es'. To render the source track use 'original'.
string
xi-api-key header
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.

Try it

Authentication
Configure credentials for ElevenLabs API Documentation
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

render
POST/v1/dubbing/resource/{dubbing_id}/render/{language}
Regenerate the output media for a language using the latest Studio state. Please ensure all segments have been dubbed before rendering, otherwise they will be omitted. Renders are generated asynchronously, and to check the status of all renders please use the 'Get Dubbing Resource' endpoint.

Parameters

required

ID of the dubbing project.

required

The target language code to render, eg. 'es'. To render the source track use 'original'.

Input

required

Whether to normalize the volume of the rendered audio.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.render({
  "normalize_volume": "false"
})