curl --location 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen3/text-to-image",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "夕阳下的未来城市,电影感光影,细节丰富。",
"resolution": "1K",
"image_size": "1:1",
"output_format": "png",
"prompt_extend": true,
"nsfw_checker": false,
"negative_prompt": "模糊、低质量、变形",
"seed": 1
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_qwen3_1765180586443"
}
}