create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/kling-ai/kling-v1-6 \
--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>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Kling AI
Kling 1.6 API Documentation
Kling 1.6 is the powerful image-to-video generator of Kling AI, known for lifelike movements, enhanced motion dynamics, and improved video quality. Learn how to integrate it below.
POST
/
generation
/
kling-ai
/
kling-v1-6
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/kling-ai/kling-v1-6 \
--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>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Kling 1.6 API pricing here, cheaper than Fal AI.
Authorizations
API key to authorize requests
Body
application/json
⌘I