Get Generation Task
Qwen Image Max
Qwen Image Max Task
Retrieve the status and result of a generation task
GET
Get Generation Task
Overview
Retrieve the status and result of a qwen-image-max generation task.Task Status
Response
When the task is completed, the response will include the generated image URL in theimages array. The URL is valid for 24 hours.
Example Responses
Completed Task
Polling Guidelines
- Initial Wait: Wait at least 2-3 seconds before the first poll
- Poll Interval: Poll every 2-3 seconds for
pendingorprocessingstatus - Timeout: Consider implementing a timeout (e.g., 5 minutes)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

