curl-X POST 'https://pollo.ai/api/platform/v1/generation/vidu/viduq2-pro/video'\-H'Content-Type: application/json'\-H'x-api-key: YOUR_API_KEY'\-d'{ "input": { "prompt": "A cinematic shot of a golden retriever running through a field of sunflowers at sunset, warm rim light, shallow depth of field", "image": "https://example.com/first-frame.jpg", "imageTail": "https://example.com/end-frame.jpg", "duration": 5, "resolution": "540p", "generateAudio": true }}'
{"input":{"prompt":"A cinematic shot of a golden retriever running through a field of sunflowers at sunset, warm rim light, shallow depth of field","image":"https://example.com/first-frame.jpg","imageTail":"https://example.com/end-frame.jpg","duration":5,"resolution":"540p","generateAudio":true},"webhookUrl":"https://example.com/webhooks/pollo"}
模式
输入所选端点和模式的字段。
场地
类型
必需的
描述
prompt
string
不
Text prompt describing the content to generate.
image
string
支持
First-frame / reference image URL (HTTP(S).
imageTail
string
不
Tail (end-frame) image URL
duration
integer
不
The duration of the generated video, in seconds.
resolution
string
不
Output resolution of the generated media (e.g. 720p, 1080p, 2K, 4K). Values are case-insensitive.
generateAudio
boolean
不
Generate natural-sounding, fitting audio for the output video.