Authorization: Bearer ********************{
"model": "veo3.1_fast",
"prompt": "A serene beach at sunset, cinematic, waves gently crashing",
"type": 1,
"aspect_ratio": "16:9"
}curl --location --request POST '/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "veo3.1_fast",
"prompt": "A serene beach at sunset, cinematic, waves gently crashing",
"type": 1,
"aspect_ratio": "16:9"
}'{}