Skip to main content
POST

Authorizations

string
required
All endpoints require Bearer Token authentication.Visit the API Key management page to get your API Key, and add the following to the request headers:

Body

string
required
Model name, fixed value: "qwen_image_3_pro".
object
required
Model parameters object.
string
required
Caller-defined task ID, used for idempotent submission and result querying.
  • Length of 1-64 characters
  • Recommended to use only letters, numbers, underscores, and hyphens
  • Do not reuse the same value under the same API Key

Response

string
Caller task ID, which can be used to query the task status and result.
string
Initial status, usually "pending".
string
Task creation time, in ISO 8601 format.

Query Results

After a successful submission, call the query endpoint using the same out_task_id:
Task statuses include pending, processing, completed, and failed. After the task is completed, the image array is located in data.output.