curl-X POST 'https://pollo.ai/api/platform/v1/generation/pixverse/pixverse-v4-5/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", "negativePrompt": "blurry, low quality, distorted, watermark, text", "aspectRatio": "16:9", "duration": 5, "resolution": "360p", "style": "auto", "mode": "normal", "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","negativePrompt":"blurry, low quality, distorted, watermark, text","aspectRatio":"16:9","duration":5,"resolution":"360p","style":"auto","mode":"normal","generateAudio":true},"webhookUrl":"https://example.com/webhooks/pollo"}
模式
输入所选端点和模式的字段。
场地
类型
必需的
描述
prompt
string
支持
Text prompt describing the content to generate.
negativePrompt
string
不
Text describing elements to avoid in the generated output.
aspectRatio
string
不
Output aspect ratio, as width:height (e.g. 16:9).
duration
number
不
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.
style
string
不
Visual style preset applied to the generation.
mode
string
不
Generation mode of the model (e.g. a faster or higher-quality tier).
seed
integer
不
Random seed for reproducible generation.
generateAudio
boolean
不
Generate natural-sounding, fitting audio for the output video.