Kling 3.0 Turbo I2V 1080p - Generate video
Generate AI video from a first-frame image using Kling 3.0 Turbo at 1080p resolution, a fast image-to-video model from the Kling 3.0 family.
Features:
- Image-to-video: Animate a static image into a dynamic video
- Optional prompt: Guide the motion and animation style with text
- Resolution: Fixed 1080p output
- Duration: 3-15 seconds
How it works:
- Submit an image (URL or Base64) to use as the first frame, with an optional prompt
- Receive a task ID to track progress
- Poll the status endpoint or use a
webhook_urlto get notified when the task completes - Download the generated video from the result URL (valid for 24 hours)
Authorizations
Your Magnific API key. Required for authentication. Learn how to obtain an API key
Body
First-frame image used to start the video. Supports Base64 encoding (including a data:image/...;base64,... data URI)
or a publicly accessible image URL.
Image requirements:
- Minimum: 300x300 pixels
- Maximum: 50MB file size
- Aspect ratio: 1:2.5 to 2.5:1
- Formats: JPG, JPEG, PNG
- Only the first frame is supported
"https://example.com/my-image.jpg"
Optional callback URL that will receive asynchronous notifications whenever the task changes status. The payload sent to this URL is the same as the corresponding GET endpoint response, but without the data field.
"https://www.example.com/webhook"
Optional text prompt to guide the motion and animation style. If omitted, motion is inferred from the source image. Maximum 2500 characters.
Tips for better results:
- Describe the movement, camera behavior, and visual style
- Add negative descriptions inline (for example, "no text, no blur") to steer the model away from unwanted elements
2500"The subject slowly turns their head and smiles"
Duration of the generated video in seconds.
Range: 3-15 seconds
3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 Response
OK - Task created successfully
OK - The task exists and the status is returned