{"prompt":"Generate a video of a monk playing basketball with a tomahawk dunk","model":"veo3-pro-frames","enhance_prompt":true,"aspect_ratio":"16:9","images":["https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"]}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl--location--request POST 'https://gptproto.com/v1/veo/videos' \
--header'Authorization: sk-xxx' \
--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,
"aspect_ratio": "16:9",
"images": [
"https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
]
}'
Responses
🟢200成功
application/json
Body
Example
{"data":"e3164eec-6739-4561-9676-00308912c069","code":"IN_PROGRESS","message":"The task has been created, please /v1/veo/tasks/{task_id} query progress"}