Kling-o1 Image to Video
Video
Kling-o1 Image to Video
POST
Kling-o1 Image to Video
Kling Omni Video O1 image-to-video leverages MVL (Multimodal Vision Language) technology to transform static images into cinematic videos. It maintains subject consistency while adding natural motion, physics simulation, and smooth scene dynamics.
Request Headers
string
required
Enum:
application/jsonstring
required
Bearer authentication format: Bearer {{API Key}}.
Request Body
string
required
First frame reference image. Supports Base64-encoded image or image URL. Supported formats: jpg/jpeg/png. File size must not exceed 10MB. Width and height must be at least 300px. Aspect ratio must be between 1:2.5 and 2.5:1.
string
required
Positive prompt for video generation. Maximum 2500 characters.Length limit: 0 - 2500
integer
default:5
Duration of the generated video in seconds. Supports 5 and 10 seconds.Possible values:
5, 10string
Last frame reference image. Supports Base64-encoded image or image URL. When setting the last frame, the first frame (image) must also be set. Supported formats: jpg/jpeg/png. File size must not exceed 10MB. Width and height must be at least 300px. Aspect ratio must be between 1:2.5 and 2.5:1.
string
default:"16:9"
Aspect ratio of the generated video. Required when no first frame reference image is used.Possible values:
16:9, 9:16, 1:1Response
string
required
Use the task_id to call the Get Async Task Result API to retrieve the generated output.