Video
How to Use Video Generation Models
Example: Using Google Veo 3.1
curl --location 'https://cloud.vtrix.ai/model/v1/generation' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"model": "google_veo_31",
"input": [
{
"params": {
"prompt": "example_prompt",
"durationSeconds": 8,
"aspectRatio": "16:9",
"resolution": "720p",
"compressionQuality": "optimized",
"personGeneration": "allow_adult"
}
}
]
}'Last updated