curl --location --request POST 'https://router.shengsuanyun.com/api/v1/tasks/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "bytedance/jimeng_t2i_v30",
"prompt": "一只可爱的小猫坐在花园里,阳光明媚,画面温馨",
"use_pre_llm": true,
"seed": -1,
"width": 1664,
"height": 936
}'
{
"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": {}
}
}