Authorization: Bearer ********************{
"model": "veo3.1_fast",
"prompt": "Blend these reference images into a video",
"type": 3,
"aspect_ratio": "16:9",
"images": [
"https://example.com/ref1.jpg",
"https://example.com/ref2.jpg"
]
}curl --location --request POST '/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "veo3.1_fast",
"prompt": "Blend these reference images into a video",
"type": 3,
"aspect_ratio": "16:9",
"images": [
"https://example.com/ref1.jpg",
"https://example.com/ref2.jpg"
]
}'{}