curl --location 'https://api.emix.ai/api/v1/client/tasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "qwen2-1/text-to-image",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "一只戴着黄色雨帽的柯基坐在雨后的石阶上,浅景深",
"aspect_ratio": "16:9",
"resolution": "1K",
"background": "opaque",
"output_format": "png",
"enhance_prompt": true,
"seed": 20260921
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_qwen_1765179676651"
}
}