curl-X POST 'https://pollo.ai/api/platform/v1/generation/kling-ai/kling-v2-1/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, "mode": "std", "strength": 50 }}'
{"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,"mode":"std","strength":50},"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.
mode
string
なし
Generation mode of the model (e.g. a faster or higher-quality tier).
strength
number
なし
Prompt adherence strength; higher values follow the prompt more strictly.