create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/kling-ai/kling-v2-6 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"imageTail": "<string>",
"prompt": "<string>",
"length": 5,
"generateAudio": false
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Kling AI
Kling 2.6 API Documentation
Kling 2.6 features synchronized audio-visual generation, allowing precise control over dialogue, tone, and sound effects. Integrate the Kling 2.6 API now.
POST
/
generation
/
kling-ai
/
kling-v2-6
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/kling-ai/kling-v2-6 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"imageTail": "<string>",
"prompt": "<string>",
"length": 5,
"generateAudio": false
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Kling 2.6 API pricing here, cheaper than Fal AI.
Authorizations
API key to authorize requests
Body
application/json
⌘I