v1
latestOpenAPI 3.0.1MIT2026-07-2638658.5 KBVideo
Check Translation Status
Get the current status and details of a video translation task
get/v2/video_translate/{video_translate_id}
Path parameters
video_translate_idstring required
Example:vt_123456
Video translation task ID
Response
Success
Example response
{
"msg": "Success",
"data": {
"video_translate_id": "vt_123456",
"title": "Translated Video Title",
"status": "completed",
"url": "https://res.jogg.ai/translated_video.mp4",
"subtitle_url": "https://res.jogg.ai/subtitle.srt"
}
}