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/doubao-seedance-1.0-pro",
"prompt": "一只可爱的小猫在花园里追逐蝴蝶,阳光明媚,画面温馨",
"resolution": "1080p",
"ratio": "16:9",
"duration": 10,
"fps": 24,
"watermark": false
}'
{
"code": "success",
"message": "",
"data": {
"request_id": "20250829203041325320000CFVslBwb",
"task_id": "",
"action": "VIDEO_GENERATION",
"status": "SUBMITTING",
"fail_reason": "",
"submit_time": 1756470641,
"start_time": 0,
"finish_time": 0,
"progress": "0%",
"data": {}
}
}