Get Video Info Result
API Endpoints
Get Video Translation Result
Check the status and retrieve results of video translation jobs
GET
Get Video Info Result
Check the processing status of your video translation job and retrieve the translated video URL when completed. Use the
_id returned from the Create Video Translation API.
Status Codes
| Status | Description |
|---|---|
| 1 | Queueing - Your request is waiting to be processed |
| 2 | Processing - Video translation is currently being generated |
| 3 | Completed - Translation finished successfully, video URL is available |
| 4 | Failed - Translation failed, check error_code and error_reason for details |
Authorizations
Your API Key used for request authorization. If both Authorization and x-api-key have values, Authorization will be used first and x-api-key will be discarded.
Query Parameters
Video db id from the _id field returned by Create By Talking Photo API