More modelsKwaivgiKling effects

Generate video with kwaivgi/kling-effects

Generates a video using the kwaivgi/kling-effects model.

POST
/api/v1/model/generateVideo
AuthorizationBearer <token>

API key is required to authorize requests. Obtain a key from your AtlasCloud dashboard.

In: header

modelstring

model name

effect_scenestring

Effect scene

Value in"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_interview"
imagestring

Image URL or Base64 encoding, in the format of data:image/png;base64,...

Response Body

curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \  -H "Content-Type: application/json" \  -d '{    "model": "kwaivgi/kling-effects",    "effect_scene": "emoji",    "image": "string"  }'
{
  "created_at": "2019-08-24T14:15:22Z",
  "has_nsfw_contents": [
    true
  ],
  "id": "string",
  "model": "string",
  "outputs": [
    "string"
  ],
  "status": "string",
  "urls": {}
}