Kling Format
Kling Text-to-Video
- Generate video from a text description with a Kling model.
- Supported models: kling-v1, kling-v1-5, and others
POST
Authorizations
string
required
All endpoints require Bearer Token authentication.Add it to the request headers:
Body
string
default:"kling-v3"
Model/style IDExample:
kling-v3string
Text promptExample:
The astronaut stands up and walks awaystring
Image input (URL or Base64)Example:
https://example.com/image.jpgnumber
Video duration (seconds)Example:
5integer
Video widthExample:
1280integer
Video heightExample:
720integer
Video frame rateExample:
30integer
Random seedExample:
20231234integer
Number of videos to generateExample:
1string
Response formatExample:
urlstring
User identifierExample:
user-1234object
Additional parameters (such as negative_prompt, style, quality_level)
Response
string
Task IDExample:
abcd1234efghstring
Task statusExample:
queued