Kling Effects Video Generation
Pricing
Available Kling Effects Options
Effect Name | Kling Name | std mode | pro mode | require prompt |
---|---|---|---|---|
squish | MochiMochi | √ | × | × |
expansion | BoomBoom | √ | × | × |
jellycat_oversea | FuzzyFuzzy | √ | × | × |
spinoff | DizzyDizzy | × | √ | × |
rocket | RocketRocket | √ | √ | √ |
hearting | Hand Heart | √ | √ | √ |
fighting | Fight | √ | √ | √ |
kissing | Kiss | √ | √ | √ |
hugging | Hug | √ | √ | √ |
figure | Anime Figure | √ | × | × |
professional_mode = true
in param to switch to pro mode.Kling Effects Example
squish
{
"model": "kling",
"task_type": "effects",
"input": {
"image_url": "https://wesportfish.com/wp-content/uploads/Main-Columbia-River-Fly-Fishing.jpg",
"effect": "squish"
}
}
rocket
{
"model": "kling",
"task_type": "effects",
"input": {
"image_url": "https://i.ibb.co/9k86wD01/tower.jpg",
"effect": "rocket",
"prompt": "emits dazzling white smoke and orange Mach rings from the bottom, and it begins to rise into the air. During the launch process, the appearance remains unchanged, rising quickly, staying in the middle of the camera, capturing details and changes in the surrounding environment. The details are clear, the colors are saturated, and the picture presents a movie-level visual effect",
"professional_mode": true
}
}
hearting
{
"model": "kling",
"task_type": "effects",
"input": {
"image_url": "https://i.ibb.co/vvjR9wKX/couple.jpg",
"effect": "hearting",
"prompt": "There are two people in the picture, they are standing close together, smiling and looking at the camera. Each person extends a hand (one person's left hand and the other person's right hand), and they meet in the middle to elegantly form a heart-shaped gesture. Only one complete heart-shaped gesture is allowed in the video, and no other additional heart-shaped gestures are allowed. The camera slowly zooms in, always keeping the two people and the only heart-shaped gesture intact, while the background is clear and natural, creating a warm and peaceful atmosphere.",
"professional_mode": false
}
}
fighting
{
"model": "kling",
"task_type": "effects",
"input": {
"image_url": "https://i.ibb.co/vvjR9wKX/couple.jpg",
"effect": "fighting",
"prompt": "Two characters are punching and kicking fiercely, with momentary sparks, explosion smoke and flying dust effects at the contact of their bodies. The special effects flash by at each blow and do not persist. The camera gradually pulls away to show a wider fighting scene, ensuring that only the two characters in the picture are in continuous motion, with fast and powerful movements. The background is a dynamic outdoor or indoor environment with moderate light, highlighting the characters' movements, surrounded by natural elements or scene props, and the changes in light and shadow enhance the atmosphere. The special effects are synchronized with the blows to enhance the impact and dynamics of the scene.",
"professional_mode": false
}
}
kissing
{
"model": "kling",
"task_type": "effects",
"input": {
"image_url": "https://i.ibb.co/vvjR9wKX/couple.jpg",
"effect": "kissing",
"prompt": "The two people are very close and quickly turn their heads to look at each other. One of them raises a hand and gently touches the other's cheek, the action is natural. The two then kiss, lips touching and staying for a few seconds. The camera slowly zooms in to focus on the intimate details, the picture is real and romantic, and the emotions are strong.",
"professional_mode": false
}
}
hugging
{
"model": "kling",
"task_type": "effects",
"input": {
"image_url": "https://i.ibb.co/vvjR9wKX/couple.jpg",
"effect": "hugging",
"prompt": "The two characters stand together, as if they have just met, and slowly turn their heads to look at each other with gentle eyes. Then they move closer and embrace each other tenderly. The hugging posture is maintained for several seconds, and the camera stays steady, with sincere and moving emotions.",
"professional_mode": false
}
}