curl --location --request POST 'https://router.shengsuanyun.com/api/v1/tasks/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "google/veo3",
"prompt": "一只可爱的小猫在花园里追逐蝴蝶,阳光明媚,画面温馨,电影级画质",
"aspect_ratio": "16:9",
"duration_seconds": 8,
"enhance_prompt": true
}'
{
"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": {}
}
}