{
"model": "veo3.1-fast",
"prompt": "A cute golden retriever running on the beach at sunset, cinematic, 4K",
"duration": 8,
"aspect_ratio": "9:16",
"group": "veo",
"image_urls": [
"https://example.com/your-uploaded-image.png"
],
"metadata": {
"resolution": "1080p",
"enable_gif": false,
"generation_type": "frame"
}
}curl --location 'https://new-api.aicarb.com/v1/videos' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "veo3.1-fast",
"prompt": "A cute golden retriever running on the beach at sunset, cinematic, 4K",
"duration": 8,
"aspect_ratio": "9:16",
"group": "veo",
"image_urls": [
"https://example.com/your-uploaded-image.png"
],
"metadata": {
"resolution": "1080p",
"enable_gif": false,
"generation_type": "frame"
}
}'{}