curl-X POST 'https://pollo.ai/api/platform/v1/generation/alibaba/wan-v2-7-lora/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", "image": "https://example.com/first-frame.jpg", "duration": 5, "resolution": "720p" }}'
Optionally include webhookUrl to receive a callback when the task succeeds or fails.
Optional request field
{"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","image":"https://example.com/first-frame.jpg","duration":5,"resolution":"720p"},"webhookUrl":"https://example.com/webhooks/pollo"}
Schema
Input fields for the selected endpoint and mode.
Field
Type
Required
Description
prompt
string
Yes
Text prompt describing the content to generate.
negativePrompt
string
No
Text describing elements to avoid in the generated output.
image
string
Yes
First-frame / reference image URL (HTTP(S).
audio
string
No
Reference audio URL (HTTP(S)).
duration
integer
No
The duration of the generated video, in seconds.
resolution
string
No
Output resolution of the generated media (e.g. 720p, 1080p, 2K, 4K). Values are case-insensitive.