create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/kling-ai/kling-v2-1-master \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"negativePrompt": "<string>",
"strength": 50,
"length": 5
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Kling AI
Kling 2.1 Master API Documentation
Kling 2.1 Master offers significantly enhanced visual realism, smoother video playback, and more dramatic, compelling action sequences compared to the standard versions of Kling 2.1. Learn how to integrate it here.
POST
/
generation
/
kling-ai
/
kling-v2-1-master
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/kling-ai/kling-v2-1-master \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"negativePrompt": "<string>",
"strength": 50,
"length": 5
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Kling 2.1 Master API pricing here, cheaper than Fal AI.
Authorizations
API key to authorize requests
Body
application/json
⌘I