Skip to main content
POST

Authorizations

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

Body

string
required
Model name, fixed value: "qwen_image_3".
object
required
Model parameter object.
string
required
Client-defined task ID, used for idempotent submission and result queries.
  • Length: 1-64 characters
  • It is recommended to use only letters, numbers, underscores, and hyphens
  • Do not reuse it under the same API Key

Response

string
Caller task ID, 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 submission succeeds, 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.