prompt 参数image 参数image_list 参数input 参数curl --location --request POST 'https://router.shengsuanyun.com/api/v1/tasks/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling/kling-v1-6",
"prompt": "一只可爱的小猫在花园里追逐蝴蝶,阳光明媚,画面温馨",
"mode": "pro",
"aspect_ratio": "16:9",
"duration": "10"
}'{
"code": "success",
"message": "",
"data": {
"request_id": "202508291629159482180006i9T0vui",
"task_id": "",
"action": "VIDEO_GENERATION",
"status": "SUBMITTING",
"fail_reason": "",
"submit_time": 1756456156,
"start_time": 0,
"finish_time": 0,
"progress": "0%",
"data": {}
}
}