Query Image Task Status
Vidu
Vidu Image Task Status Query
Query the status and result of an image generation task by task ID.
GET
Query Image Task Status
Authorizations
Pass Authorization: Bearer <token> in the request header.
Path Parameters
Task ID returned by the image creation endpoint (e.g., POST /vidu/v1/images/reference2image).
Response
Query successful, returns image task status information.
Task processing state:
- created: Task created successfully
- queueing: Task in queue
- processing: Task processing
- success: Generation successful
- failed: Task failed
Available options:
created, queueing, processing, success, failed Error code returned in case of failure. Empty string if no error.
The number of credits consumed by this task. Unit: credits.
The payload parameter used for this call.
Whether to use BGM (background music) for this call.
Whether to use off-peak mode for this call.
Generated results array.