curl --location --request POST 'https://router.shengsuanyun.com/api/v1/tasks/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "ali/qwen-image",
"prompt": "一只坐着的橘黄色的猫,表情愉悦,活泼可爱,逼真准确",
"negative_prompt": "低分辨率、错误、最差质量、低质量、残缺、多余的手指、比例不良等",
"size": "1664*928",
"n": 1,
"prompt_extend": true,
"watermark": false
}'
{
"code": "success",
"message": "",
"data": {
"request_id": "20250829203041325320000CFVslBwb",
"task_id": "",
"action": "IMAGE_GENERATION",
"status": "SUBMITTING",
"fail_reason": "",
"submit_time": 1756470641,
"start_time": 0,
"finish_time": 0,
"progress": "0%",
"data": {}
}
}