Skip to main content
POST
/
generation
/
kling-ai
/
kling-v3-omni
/
ref2video
create reference video
curl --request POST \
  --url https://pollo.ai/api/platform/generation/kling-ai/kling-v3-omni/ref2video \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "input": {
    "prompt": "<string>",
    "refs": [
      {
        "type": "image",
        "name": "<string>",
        "image": "<string>",
        "order": 2,
        "avatarId": "<string>"
      }
    ],
    "duration": 5,
    "aspectRatio": "16:9",
    "resolution": "720P",
    "generateAudio": true,
    "videoNum": 1,
    "imageMeta": [
      {
        "url": "<string>",
        "order": 5,
        "name": "<string>"
      }
    ]
  },
  "webhookUrl": "<string>",
  "clientSource": "<string>"
}
'
{
  "taskId": "<string>",
  "status": "waiting"
}
Check out Kling 3.0 Omni O1 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
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