cURL
curl --request GET \ --url https://api.keevx.com/v1/video_translate/{task_id} \ --header 'Authorization: Bearer <token>'
{ "code": 0, "msg": "ok", "data": { "task_id": "vt-d6b6472bcf724d0399e06d1390cb964e", "name": "<string>", "language": "<string>", "status": "SUCCEEDED", "video_url": "https://storage.googleapis.com/xiling_us_central1_bucket/backend-saas-cdn/video-translate/9966750584897124421/sample_0.mp4", "caption_url": "https://storage.googleapis.com/xiling_us_central1_bucket/backend-saas-cdn/video-translate/9966750584897124421/sample_0.ass", "error_message": "" } }
Get video translation task status
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique ID of a previously submitted translation task to query.
Task status response
Video translate task response wrapper
Status code
0
Response message
"ok"
Task details payload
Show child attributes