curl-X POST 'https://pollo.ai/api/platform/v1/generation/xai/grok-imagine-video-1-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", "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","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.
image
string
نعم
First-frame / reference image URL (HTTP(S).
duration
integer
لا
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.