Query the execution status and results of Veo3.1 video generation tasks.
| successFlag | Description |
|---|---|
0 | Generating — task is currently being processed |
1 | Success — task completed successfully |
2 | Failed — task failed before completion |
3 | Generation Failed — task created successfully but upstream generation failed |
taskIdfallbackFlag is a legacy field and may appear only in older regular generation taskstrue means backup model was used, false means primary model was used. 4K video generation tasks do not include this field.0: Generating1: Success2: Failed3: Generation FailedfallbackFlag field can identify whether the task used a fallback model:
true: Generated using fallback model, video resolution is 720pfalse: Generated using primary model, may support 1080P (16:9 aspect ratio)fallbackFlag fieldmediaIds and related media informationAll APIs require authentication via Bearer Token.
Get API Key:
Usage: Add to request header: Authorization: Bearer YOUR_API_KEY
Task ID
Request successful
Response status code
200, 400, 401, 404, 422, 451, 455, 500 Error message when code != 200
"success"