curl-X POST 'https://pollo.ai/api/platform/v1/generation/pixverse/pixverse-v5-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", "generateAudio": true, "multiShot": false }}'
선택적으로, 작업 성공 또는 실패 시 콜백을 수신하기 위해 webhookUrl을 포함할 수 있습니다.
선택적 요청 필드
{"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","generateAudio":true,"multiShot":false},"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.
seed
integer
아니요
Random seed for reproducible generation.
generateAudio
boolean
아니요
Generate natural-sounding, fitting audio for the output video.
multiShot
boolean
아니요
Generate a multi-shot video (multiple scene cuts with automatic transitions) instead of a single continuous shot.