Kling v3.0 Standard image-to-video transforms static images into dynamic videos with natural motion and smooth scene dynamics while maintaining subject consistency. Supports synchronized audio generation and multi-prompt composition.
This is an async API that only returns the task_id of the async task. Use the task_id to call the Get Async Task Result API to retrieve the generated result.
First frame image for the video. Supports .jpg, .jpeg, .png.
File size must not exceed 10MB. Width and height must be >= 300px. Aspect ratio must be between 1:2.5 and 2.5:1.
Positive prompt text for video generation, describing scene motion, camera movement, actions, voice style, atmosphere, and sound effects. Maximum 2500 characters.
Controls the flexibility of video generation. Lower values produce more natural motion; higher values make the generated content adhere more closely to the prompt.Range: [0, 1]
End frame image URL for guiding the transition between start and end frames. Same format constraints as image. Cannot be used together with multi_prompt.
Array of multi-segment prompts for multi-shot video composition. Each item contains a prompt and the duration for that segment. Cannot be used together with end_image.