Authorization: Bearer ********************{
"model": "veo3.1_fast",
"prompt": "Smooth transition between two scenes",
"type": 2,
"aspect_ratio": "9:16",
"images": [
"https://example.com/start.jpg",
"https://example.com/end.jpg"
]
}curl --location --request POST '/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "veo3.1_fast",
"prompt": "Smooth transition between two scenes",
"type": 2,
"aspect_ratio": "9:16",
"images": [
"https://example.com/start.jpg",
"https://example.com/end.jpg"
]
}'{}