Authorization: Bearer ********************
{
"enable_upsample": true,
"enhance_prompt": true,
"images": [
"string"
],
"model": "veo2",
"prompt": "string",
"aspect_ratio": "string"
}
curl --location --request POST '/v1/video/create' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable_upsample": true,
"enhance_prompt": true,
"images": [
"string"
],
"model": "veo2",
"prompt": "string",
"aspect_ratio": "string"
}'
{
"id": "veo3-fast-frames:1757555257-PORrVn9sa9",
"status": "pending",
"status_update_time": 1757555257582
}