Status Descriptions
- 0: Generating - Task is currently being processed
- 1: Success - Task completed successfully
- 2: Failed - Task generation failed
- 3: Generation Failed - Task created successfully but generation failed
Response Fields
The response includes several important fields in thedata.response
object:
- resultUrls: Array of generated video URLs
- originUrls: Original video link array (only when aspectRatio is not 16:9)
- fallbackFlag: Indicates whether the video was generated using fallback model
- resolution: Video resolution (e.g., 720p, 1080p)
Important Notes
- Query task status in real-time using taskId
- Recommend periodic polling until task completion
- The
resolution
field indicates the actual resolution of the generated video - For fallback videos, the resolution will be included even though they may not support the 1080P upgrade endpoint
Authorizations
All APIs require authentication via Bearer Token.
Get API Key:
- Visit API Key Management Page to get your API Key
Usage: Add to request header: Authorization: Bearer YOUR_API_KEY
Query Parameters
Task ID
Response
Request successful
The response is of type object
.