{
"prompt": "Generate a video of a monk playing basketball with a tomahawk dunk",
"model": "veo3-pro-frames",
"enhance_prompt": true,
"images": [
"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
]
}
curl --location --request POST 'https://api.302.ai/302/submit/veo3-v2' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "Generate a video of a monk playing basketball with a tomahawk dunk",
"model": "veo3-pro-frames",
"enhance_prompt": true,
"images": [
"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
]
}'
{
"data": "e3164eec-6739-4561-9676-00308912c069",
"code": "IN_PROGRESS",
"message": "The task has been created, please /v1/veo/tasks/{task_id} query progress"
}