create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/kling-ai/kling-v2-5-turbo \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"imageTail": "<string>",
"prompt": "<string>",
"negativePrompt": "<string>",
"strength": 50,
"length": 5,
"mode": "std"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Kling AI
Kling 2.5 Turbo API Documentation
Kling 2.5 Turbo API offers director-level cinematics with strong emotional expression, camera control, and film aesthetics. It enhances contextual understanding and motion for pro results. Integrate it now.
POST
/
generation
/
kling-ai
/
kling-v2-5-turbo
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/kling-ai/kling-v2-5-turbo \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"imageTail": "<string>",
"prompt": "<string>",
"negativePrompt": "<string>",
"strength": 50,
"length": 5,
"mode": "std"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Kling 2.5 Turbo API pricing here, cheaper than Fal AI.
Authorizations
API key to authorize requests
Body
application/json
⌘I