🎉 New Year Sale: Get 20% OFF on all plans — Use code NEWYEAR2026.

Upgrade now
Create Dubbing thumbnail

ModelsLab/Create Dubbing

create-dubbing
The endpoint enables automatic voice translation of videos from one language to another. It accepts a video file link and various parameters to control the dubbing process.
API PlaygroundAPI Documentation

API Endpoint URL

Base URL for all API requests to this endpoint.

https://modelslab.com/api/v6/voice/create_dubbing

API Authentication

Authentication requires a valid API key included in the request. Generate and manage your API keys from your developer dashboard. Include the key in the key parameter for all API requests.

Integration Examples

Production-ready code samples for API integration

{
"init_video": "https://assets.modelslab.com/generations/709a647a-082a-4897-8b50-5b65e70c8e87",
"source_lang": "en",
"output_lang": "hi",
"speed": "1.0",
"base64": "false",
"seed": "0",
"webhook": null,
"track_id": null,
"voice_id": "mariana",
"key": "YOUR_API_KEY"
}

SDKs

Official SDKs

Production-ready SDKs and client libraries for all major programming languages

API Parameters

Technical specifications for API request parameters.

Field NameParameterTechnical Description
Init Videoinit_videoURL to the video file to be dubbed
Source langsource_langSelect the language of the provided video
Output langoutput_langSelect the language for the video you want output for
SpeedspeedRandom seed for reproducibility (if 0, a random seed is generated)
base64base64Whether the input sound clip is in base64 format. Default: false.
seedseedRandom seed for reproducibility (0 for random)
webhookwebhookURL to receive POST notification upon completion
track_idtrack_idID for webhook identification
voice_idvoice_idPre-defined voice to use