Asynchronous image generation for qwen-image-3.0 series
Get an API key and set it as an environment variable. If using the SDK, install it.
Workflow
- Submit a task via
POST /services/aigc/image-generation/generationwith theX-DashScope-Async: enableheader. - Poll for results via
GET /tasks/{task_id}untiltask_statusreachesSUCCEEDEDorFAILED. Poll every 10 seconds.