curl-X POST 'https://pollo.ai/api/platform/v1/generation/google/veo-3/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": 4, "resolution": "720p", "generateAudio": true }}'
При желании укажите 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":4,"resolution":"720p","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.
seed
integer
Нет
Random seed for reproducible generation.
generateAudio
boolean
Нет
Generate natural-sounding, fitting audio for the output video.
Ошибки
Типичные коды ответов общедоступных API.
400
Недопустимые входные данные или ограничения модели.