Kling AI / Kling 2.6 / Image to video
kling_ai/kling-2.6/image_to_video
Async
Animate an image into a short video.
Parameters
| Name | Type | Required | Description | Allowed values | Bundle dim. |
|---|---|---|---|---|---|
| mode | string | yes | Generation quality tier. | standard, pro | — |
| prompt | string | yes | Text prompt describing the desired output. | — | — |
| resolution | string | yes | — | 720p, 1080p | — |
| aspect_ratio | string | no | — | 16:9, 9:16, 1:1 | — |
| callback_url | string | no | Webhook URL invoked when async task completes. | — | — |
| input_images | string[] | yes | — | — | — |
| videos_count | integer | no | — | — | — |
| duration_seconds | integer | yes | — | 5, 10 | — |
Example request
{
"provider": "kling_ai",
"model": "kling-2.6",
"method": "image_to_video",
"params": {
"mode": "pro",
"prompt": "Subject turns their head slightly, light wind in their hair",
"resolution": "1080p",
"aspect_ratio": "9:16",
"input_images": [
"https://example.com/portrait.jpg"
],
"duration_seconds": 5
}
}Example response
null