curl-X POST 'https://pollo.ai/api/platform/v1/generation/alibaba/wan-v2-2-flash/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": "480p" }}'
يمكنك تضمين 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","image":"https://example.com/first-frame.jpg","duration":5,"resolution":"480p"},"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.
image
string
نعم
First-frame / reference image URL (HTTP(S).
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.