Skip to main content
GET

Get Task Status

This API is used to query the current status, progress, and results of video generation tasks.

Request

Request Headers

string
required
API key authentication, format: Bearer YOUR_API_KEY

Path Parameters

string
required
Task ID returned from the create video interface

Response

string
Request status: success or error
object
Response data object

Examples

Polling Recommendations

We recommend polling task status in the following way:
  1. Query immediately after task creation
  2. Then query every 30 seconds
  3. Stop polling when status is COMPLETED or FAILED

Status Descriptions

  • IN_PROGRESS: Task is being processed, you can continue polling
  • COMPLETED: Task has been successfully completed, you can get the results
  • FAILED: Task processing failed, please check the error message