Skip to main content
POST
/
generation
/
kling-ai
/
kling-v3
create video by text or image or reference image
curl --request POST \
  --url https://pollo.ai/api/platform/generation/kling-ai/kling-v3 \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "input": {
    "image": "<string>",
    "imageTail": "<string>",
    "prompt": "<string>",
    "negativePrompt": "<string>",
    "length": 5,
    "mode": "pro",
    "multiShot": false,
    "generateAudio": true
  },
  "webhookUrl": "<string>",
  "clientSource": "<string>"
}
'
{
  "taskId": "<string>",
  "status": "waiting"
}
Check out Kling 3.0 API pricing here, cheaper than Fal AI and Replicate.

Authorizations

x-api-key
string
header
required

API key to authorize requests

Body

application/json
input
Image To Video · object
required
webhookUrl
string
clientSource
string
Required string length: 1 - 100

Response

Successful response

taskId
string
required
status
enum<string>
required
Available options:
waiting,
succeed,
failed,
processing