Skip to main content
POST

Authorizations

string
必須
すべてのエンドポイントは Bearer Token を使用した認証が必要です。API Key 管理ページ にアクセスして API Key を取得し、リクエストヘッダーに次を追加してください:

Body

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

Response

string
呼び出し元のタスク ID。タスクの状態と結果の問い合わせに使用できます。
string
初期状態で、通常は "pending" です。
string
タスク作成時刻、ISO 8601 形式。

クエリ結果

送信成功後、同じ out_task_id を使用してクエリAPIを呼び出します:
タスクのステータスには pending、processing、completed、failed があります。タスク完了後、画像配列は data.output にあります。