{
"model": "veo-3.0-generate-preview",
"prompt": "A beautiful sunset over the ocean with gentle waves",
"duration_seconds": 8,
"aspect_ratio": "16:9",
"sample_count": 1,
"enhance_prompt": true,
"generate_audio": true,
"add_watermark": true,
"include_rai_reason": true,
"person_generation": "allow_all"
}
curl --location --request POST 'https://api.gptnb.ai/v1/video/generations' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "veo-3.0-generate-preview",
"prompt": "A beautiful sunset over the ocean with gentle waves",
"duration_seconds": 8,
"aspect_ratio": "16:9",
"sample_count": 1,
"enhance_prompt": true,
"generate_audio": true,
"add_watermark": true,
"include_rai_reason": true,
"person_generation": "allow_all"
}'
{
"task_id": "6b499b0d-5059-401e-b7be-d731d39eb1bb"
}