Skip to main content
GET
request

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
string
default:application/json

Request content type.

Path Parameters

id
string
required

The ID of the video generation task you need to query.

Note: The above parameters are Query String Parameters, passed in the URL string.

Response

Submission successful, returns video task object.

id
string

Video generation task ID. Only stored for 7 days (from the created_at timestamp), then automatically deleted.

  • When draft: true, this is the Draft video task ID.
  • When draft: false, this is the normal video task ID.

Video generation is asynchronous. After obtaining the ID, use the query video generation task API to check the status. When successful, the API returns the generated video URL.