WaveSpeedAI APIKwaivgiKwaivgi Kling Effects

Kwaivgi Kling Effects

Kwaivgi Kling Effects

Playground

Try it on WavespeedAI!

Kling effects is an AI-powered video generation model that creates stunning 5-second videos from a single image. It’s perfect for creating engaging social media content, product showcases, and more. With its advanced technology, the model can generate a wide range of styles and effects, from futuristic and abstract to realistic and cinematic.

Features

Kling Effects

Kling effects is an AI-powered video generation model that creates stunning 5-second videos from a single image. It’s perfect for creating engaging social media content, product showcases, and more. With its advanced technology, the model can generate a wide range of styles and effects, from futuristic and abstract to realistic and cinematic.

Authentication

For authentication details, please refer to the Authentication Guide.

API Endpoints

Submit Task & Query Result


# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/kwaivgi/kling-v1.6-i2v-standard" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{}'

# Get the result
curl --location --request GET "https://api.wavespeed.ai/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"

Parameters

Task Submission Parameters

Request Parameters

ParameterTypeRequiredDefaultRangeDescription
effect_scenestringYes-emoji, let's_ride, snatched, magic_broom, felt_felt, jumpdrop, celebration, splashsplash, hula, surfsurf, fairy_wing, angel_wing, dark_wing, skateskate, plushcut, jelly_press, jelly_slice, jelly_squish, jelly_jiggle, pixelpixel, yearbook, instant_film, anime_figure, rocketrocket, bloombloom, dizzydizzy, fuzzyfuzzy, squish, expansion, santa_gifts, santa_hug, girlfriend, boylfriend, heart_gesture_1, pet_wizard, pet_lion, smoke_smoke, thumbs_up, pet_chef, pet_delivery, instant_kid, dollar_rain, cry_cry, building_collapse, gun_shot, mushroom, double_gun, pet_warrior, lightning_power, jesus_hug, magic_fireball, shark_alert, long_hair, lie_flat, polar_bear_hug, brown_bear_hug, jazz_jazz, offic_escape_plow, fly_fly, watermelon_bomb, pet_dance, boss_coming, wool_curly, iron_warrior, pet_moto_rider, pet_bee, marry_me, swing_swing, day_to_night, piggy_morph, wig_out, car_explosion, ski_ski, tiger_hug, siblings, construction_worker, media_interviewEffect scene
imagestringYes-Image URL or Base64 encoding, in the format of data:image/png;base64,...

Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.has_nsfw_contentsarrayArray of boolean values indicating NSFW detection for each output
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Query Parameters

Result Request Parameters

ParameterTypeRequiredDefaultDescription
idstringYes-Task ID

Result Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
dataobjectThe prediction data object containing all details
data.idstringUnique identifier for the prediction, the ID of the prediction to get
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.has_nsfw_contentsarrayArray of boolean values indicating NSFW detection for each output
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds
© 2025 WaveSpeedAI. All rights reserved.