create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/kling-ai/kling-video-o1 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"images": [
"<string>"
],
"prompt": "<string>",
"aspectRatio": "16:9",
"length": 5,
"mode": "pro"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Kling AI
Kling Video O1 API Documentation
Kling Video O1 provides a unified multi-modal workflow, accepting text, image, and video inputs. It ensures superior frame consistency and allows multi-step prompting. Integrate it now.
POST
/
generation
/
kling-ai
/
kling-video-o1
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/kling-ai/kling-video-o1 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"images": [
"<string>"
],
"prompt": "<string>",
"aspectRatio": "16:9",
"length": 5,
"mode": "pro"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Kling Video O1 API pricing here, cheaper than Fal AI.
Authorizations
API key to authorize requests
Body
application/json
⌘I