curl --location --request POST 'https://router.shengsuanyun.com/api/v1/tasks/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan2.6-i2v",
"image": "https://cdn.translate.alibaba.com/r/wanx-demo-1.png",
"prompt": "一只小猫在草地上奔跑",
"negative_prompt": "低分辨率、错误、最差质量、低质量、残缺",
"resolution": "1080P",
"duration": 5,
"prompt_extend": true,
"shot_type": "single",
"audio": true,
"watermark": false,
"seed": 12345
}'{
"code": "success",
"message": "",
"data": {
"request_id": "string",
"task_id": "string",
"action": "VIDEO_GENERATION",
"status": "SUBMITTING",
"fail_reason": "string",
"submit_time": 0,
"start_time": 0,
"finish_time": 0,
"progress": "0%",
"data": {}
}
}