Generate video with kwaivgi/kling-v2.1-i2v-pro/start-end-frame
Generates a video using the kwaivgi/kling-v2.1-i2v-pro/start-end-frame model.
API key is required to authorize requests. Obtain a key from your AtlasCloud dashboard.
In: header
model name
The duration of the generated media in seconds.
55 | 10Last frame of the video; Supported image formats include.jpg/.jpeg/.png; The image file size cannot exceed 10MB, and the image resolution should not be less than 300*300px.
The guidance scale to use for the generation.
0.50 <= value <= 1First frame of the video; Supported image formats include.jpg/.jpeg/.png; The image file size cannot exceed 10MB, and the image resolution should not be less than 300*300px.
Negative text prompt; Cannot exceed 2500 characters.
length <= 2500Text prompt for generation; Positive text prompt; Cannot exceed 2500 characters.
length <= 2000Response Body
curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \ -H "Content-Type: application/json" \ -d '{ "model": "kwaivgi/kling-v2.1-i2v-pro/start-end-frame", "end_image": "string", "image": "string", "prompt": "string" }'{
"created_at": "2019-08-24T14:15:22Z",
"has_nsfw_contents": [
true
],
"id": "string",
"model": "string",
"outputs": [
"string"
],
"status": "string",
"urls": {}
}