curl-X POST 'https://pollo.ai/api/platform/v1/generation/alibaba/wan-v2-6/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", "duration": 5, "resolution": "720p", "aspectRatio": "1:1", "generateAudio": true, "multiShot": false }}'
{"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","duration":5,"resolution":"720p","aspectRatio":"1:1","generateAudio":true,"multiShot":false},"webhookUrl":"https://example.com/webhooks/pollo"}
スキーマ
選択したエンドポイントとモードの入力フィールド。
分野
タイプ
必須
説明
audio
string
なし
Reference audio URL (HTTP(S)).
prompt
string
あり
Text prompt describing the content to generate.
negativePrompt
string
なし
Text describing elements to avoid in the generated output.
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.
aspectRatio
string
なし
Output aspect ratio, as width:height (e.g. 16:9).
seed
integer
なし
Random seed for reproducible generation.
generateAudio
boolean
なし
Generate natural-sounding, fitting audio for the output video.
multiShot
boolean
なし
Generate a multi-shot video (multiple scene cuts with automatic transitions) instead of a single continuous shot.