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 queries.
  • Length: 1-64 characters
  • It is 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를 사용하여 조회 인터페이스를 호출하세요:
작업 상태에는 pending, processing, completed, failed가 포함됩니다. 작업이 완료되면 이미지 배열은 data.output에 있습니다.