API Reference
Get Task Status
Query the status and progress of video generation tasks
GET
Get Task Status
This API is used to query the current status, progress, and results of video generation tasks.Request
Request Headers
API key authentication, format:
Bearer YOUR_API_KEYPath Parameters
Task ID returned from the create video interface
Response
Request status:
success or errorResponse data object
Examples
Polling Recommendations
We recommend polling task status in the following way:- Query immediately after task creation
- Then query every 30 seconds
- Stop polling when status is
COMPLETEDorFAILED
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