{
"prompt": "string",
"model": "veo3-pro-frames",
"enhance_prompt": true,
"images": [
"string"
]
}
curl --location -g --request POST '{{BASE_URL}}/v2/videos/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"model": "veo3-pro-frames",
"enhance_prompt": true,
"images": [
"string"
]
}'
{
"task_id": "f0aa213c-c09e-4e19-a0e5-c698fe48acf1"
}