Generate video with kwaivgi/kling-v1.6-multi-i2v-standard

Generates a video using the kwaivgi/kling-v1.6-multi-i2v-standard model.

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

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

In: header

modelstring

model name

aspect_ratio?string

The aspect ratio of the generated media.

Value in"1:1" | "16:9" | "9:16"
duration?integer

The duration of the generated media in seconds.

Default5
Value in5 | 10
imagesarray<string>

A list of images to use as style references.

Items1 <= items <= 4
negative_prompt?string

The negative prompt for the generation.

promptstring

The positive prompt for the generation. max length 2500

Response Body

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