Skip to main content
GET
Query Video Generation Task

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> in the request header.

Query Parameters

task_id
string
required

The task ID to query. Only tasks created by the current account can be queried.

Response

200 - application/json
task_id
string

The queried task ID

status
enum<string>

Current status of the task. Possible values:

  • Preparing – Preparing
  • Queueing – Queueing
  • Processing – Processing
  • Success – Success
  • Fail – Failed
Available options:
Preparing,
Queueing,
Processing,
Success,
Fail
file_id
string

Returned on success. File ID for retrieving the video file.

video_width
integer

Returned on success. Width of the generated video in pixels.

video_height
integer

Returned on success. Height of the generated video in pixels.

base_resp
object