v1.6-standart/image-to-video
Model Overview
Setup your API Key
How to Make a Call
API Schema
Create a video generation task and send it to the server
post
Authorizations
AuthorizationstringRequired
Bearer key
Body
modelundefined · enumRequiredPossible values:
image_urlstring · uriRequired
ratiostring · enumOptionalDeprecatedPossible values:
aspect_ratiostring · enumOptionalDeprecatedPossible values:
promptstringRequired
The text prompt to guide video generation
durationstringOptionalDefault:
The duration of the generated video in seconds. Possible values: 5, 10
5negative_promptstringOptional
The description of elements to avoid in the generated video
cfg_scalenumber · max: 1Optional
The CFG (Classifier Free Guidance) scale is a measure of how close you want the model to stick to your prompt
Responses
201Success
post
/v2/generate/video/kling/generation201Success
No content
Retrieve the generated video from the server
get
Authorizations
AuthorizationstringRequired
Bearer key
Query parameters
generation_idstringRequired
Responses
200Success
No content
get
/v2/generate/video/kling/generation200Success
No content
Last updated