curl-X POST 'https://pollo.ai/api/platform/v1/generation/vidu/viduq3-turbo/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", "aspectRatio": "16:9", "duration": 5, "resolution": "540p", "generateAudio": true }}'
Secara opsional, sertakan webhookUrl untuk menerima panggilan balik ketika tugas berhasil atau gagal.
Kolom permintaan opsional
{"input":{"prompt":"A cinematic shot of a golden retriever running through a field of sunflowers at sunset, warm rim light, shallow depth of field","aspectRatio":"16:9","duration":5,"resolution":"540p","generateAudio":true},"webhookUrl":"https://example.com/webhooks/pollo"}
Skema
Kolom input untuk endpoint dan mode yang dipilih.
Bidang
Jenis
Diperlukan
Deskripsi
prompt
string
Ya
Text prompt describing the content to generate.
aspectRatio
string
TIDAK
Output aspect ratio, as width:height (e.g. 16:9).
duration
integer
TIDAK
The duration of the generated video, in seconds.
resolution
string
TIDAK
Output resolution of the generated media (e.g. 720p, 1080p, 2K, 4K). Values are case-insensitive.
generateAudio
boolean
TIDAK
Generate natural-sounding, fitting audio for the output video.