Maak een taak aan voor het genereren van een model.
Verzoek
curl-X POST 'https://pollo.ai/api/platform/v1/generation/pixverse/pixverse-v4/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 }}'
Voeg optioneel een webhookUrl toe om een callback te ontvangen wanneer de taak is geslaagd of mislukt.
Optioneel aanvraagveld
{"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"}
Schema
Invoervelden voor het geselecteerde eindpunt en de modus.
Veld
Type
Vereist
Beschrijving
prompt
string
Ja
Text prompt describing the content to generate.
negativePrompt
string
Nee
Text describing elements to avoid in the generated output.
aspectRatio
string
Nee
Output aspect ratio, as width:height (e.g. 16:9).
duration
number
Nee
The duration of the generated video, in seconds.
resolution
string
Nee
Output resolution of the generated media (e.g. 720p, 1080p, 2K, 4K). Values are case-insensitive.
style
string
Nee
Visual style preset applied to the generation.
mode
string
Nee
Generation mode of the model (e.g. a faster or higher-quality tier).
seed
integer
Nee
Random seed for reproducible generation.
generateAudio
boolean
Nee
Generate natural-sounding, fitting audio for the output video.