Wan 2.2 is now available on Pollo AI API platform. Try it now!
cURL
curl --request POST \ --url https://pollo.ai/api/platform/generation/kling-ai/kling-v1-5 \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "input": { "image": "<string>", "imageTail": "<string>", "prompt": "<string>", "negativePrompt": "<string>", "length": 5, "strength": 50, "mode": "std" }, "webhookUrl": "<string>" }'
{ "taskId": "<string>", "status": "waiting" }
Kling 1.5 is an upgrade over Kling 1.0, offering better video quality, more realistic motion, and improved prompt relevance. Learn how to integrate it here.
API key to authorize requests
Successful response
The response is of type object.
object