Skip to main content
GET
/
api
/
open
/
v3
/
content
/
video
/
infobymodelid
Get Video Translation Result
curl --request GET \
  --url https://openapi.akool.com/api/open/v3/content/video/infobymodelid \
  --header 'x-api-key: <api-key>'
{
  "code": 123,
  "msg": "<string>",
  "data": {
    "_id": "<string>",
    "create_time": 123,
    "uid": 123,
    "team_id": "<string>",
    "video_id": "<string>",
    "video_status": 123,
    "video": "<string>",
    "progress": 123,
    "deduction_duration": 123,
    "error_code": 123,
    "error_reason": "<string>"
  }
}
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

StatusDescription
1Queueing - Your request is waiting to be processed
2Processing - Video translation is currently being generated
3Completed - Translation finished successfully, video URL is available
4Failed - Translation failed, check error_code and error_reason for details

Authorizations

x-api-key
string
header
required

Query Parameters

video_model_id
string
required

Video database ID returned by the Create Video Translation API (_id field)

Response

200 - application/json

Video translation status retrieved successfully

code
integer

Business status code (1000 = success)

msg
string

Status message

data
object