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.5-pro",
"content": [
{
"type": "text",
"text": "一只小猫对着镜头打哈欠"
},
{
"type": "image_url",
"role": "first_frame",
"image_url": {
"url": "https://example.com/first.png"
}
}
],
"generate_audio": true,
"service_tier": "default",
"resolution": "720p",
"ratio": "16:9",
"duration": 5
}'{
"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": {}
}
}