{
"model": "veo2",
"prompt": "一只可爱的熊猫在骑自行车",
"enable_upsample": true,
"enhance_prompt": true,
"images": ["https://example.com/image.jpg"]
}
curl --location --request POST '/v1/video/generations' \
--header 'Authorization: Bearer sk-xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "veo2",
"prompt": "一只可爱的熊猫在骑自行车",
"enable_upsample": true,
"enhance_prompt": true,
"images": ["https://example.com/image.jpg"]
}'
{
"task_id": "veo2:1753460086-zV1iFk7h2n"
}