Dubbing
Get Dubbed File
Returns dubbed file as a streamed file. Videos will be returned in MP4 format and audio only dubs will be returned in MP3.
GET
/
v1
/
dubbing
/
{dubbing_id}
/
audio
/
{language_code}
Headers
xi-api-key
string
Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.
Path Parameters
dubbing_id
string
requiredID of the dubbing project.
language_code
string
requiredID of the language.
Response
200 - application/octet-stream
The response is of type file
.
Was this page helpful?