LowCodeAPI
118 APIs
  • Dubbing(4)
    • POST
      Dub A Video Or An Audio File
    • GET
      Get Dubbing Project Metadata
    • DEL
      Delete Dubbing Project
    • GET
      Get Dubbed File
POST
GET
DELETE
GET
POST
POST
https://api.lowcodeapi.com/elevenlabs/v1/dubbing
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
filestring
A list of file paths to audio recordings intended for voice cloning
modestring
automatic or manual. Manual mode is only supported when creating a dubbing studio project
namestring
Name of the dubbing project.
csv_filestring
CSV file containing transcription/translation metadata
end_timenumber
End time of the source video/audio file.
watermarkboolean
Whether to apply watermark to the output video.
source_urlstring
URL of the source video/audio file.
start_timenumber
Start time of the source video/audio file.
source_langnumber
Source language.
target_langstring
The Target language to dub the content into. Can be none if dubbing studio editor is enabled and running manual mode
num_speakersnumber
Number of speakers to use for the dubbing. Set to 0 to automatically detect the number of speakers
dubbing_studioboolean
Whether to prepare dub for edits in dubbing studio.
highest_resolutionboolean
Whether to use the highest resolution available.
background_audio_fileboolean
For use only with csv input
foreground_audio_filestring
For use only with csv input
Response
API response data will be shown here once the request is completed.
ElevenLabs