Skip to main content
GET
Get videoGenerate task

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

task_id
string
required

任务ID

Example:

"task_1234567890abcdef"

Response

200 - application/json

Request succeeded.

task_id
string
status
enum<string>
Available options:
Queueing,
Processing,
Success,
Failed
Example:

"Processing"

file_id
string
Example:

"file_abc123"

error
object
base_resp
object