cURL
curl --request GET \ --url https://api.jogg.ai/v2/video_translate/{video_translate_id} \ --header 'x-api-key: <api-key>'
{ "code": 0, "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" } }
Get the current status and details of a video translation task
curl --request GET \ --url 'https://api.jogg.ai/v2/video_translate/vt_123456' \ --header 'x-api-key: YOUR_API_KEY'
API key for authentication. Obtain your key from the JoggAI dashboard.
Video translation task ID
"vt_123456"
Success
Business status code:
0
Response message
"Success"
Show child attributes