← All models
Generate dubbed videos or audios using ElevenLabs Dubbing feature!
Example
Details
- Accepts
- audio
Pricing
- Price
- 75 cr / minute
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| audio_url | — | URL of the audio file to dub. Either audio_url or video_url must be provided. |
| video_url | — | URL of the video file to dub. Either audio_url or video_url must be provided. If both are provided, video_url takes priority. |
| source_lang | — | Source language code. If not provided, will be auto-detected. |
| target_langrequired | string | Target language code for dubbing (ISO 639-1) |
| num_speakers | — | Number of speakers in the audio. If not provided, will be auto-detected. |
| highest_resolution | boolean | Whether to use the highest resolution for dubbing. |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The dubbed video file. Will be populated if video_url was provided in the request. |
| target_lang | string | The target language of the dubbed content |