v1
latestOpenAPI 3.0.1MIT2026-07-2638658.5 KBVideo
Translate Video
Create a video translation task with specified parameters including target language, voice, and subtitle options.
post/v2/video_translate/
Request body
Example request
{
"video_url": "https://res.jogg.ai/video.mp4",
"output_language": "spanish",
"title": "Translated Video Title",
"output_voice": "es-ES-ElviraNeural",
"add_subtitles": true,
"callback_url": "https://example.com/callback"
}Response
Success
Example response
{
"msg": "Success",
"data": {
"video_translate_id": "vt_123456"
}
}