{
"prompt": "你的提示词",
"model": "veo3.1-fast",
"aspectRatio": "16:9",
"resolution": "1080p"
}curl --location 'https://new-api.aicarb.com/v1/videos?model=veo3.1-fast&prompt=A%20cute%20golden%20retriever%20running%20on%20the%20beach%20at%20sunset%2C%20cinematic%2C%204K&duration=8&aspect_ratio=9%3A16&group=veo&resolution=1080p&enable_gif=false' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "你的提示词",
"model": "veo3.1-fast",
"aspectRatio": "16:9",
"resolution": "1080p"
}'{
"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",
"metadata": {
"resolution": "1080p",
"enable_gif": false
}
}