Kling
Kling 2.1
Standard and Pro image-to-video generation
POST
Documentation Index
Fetch the complete documentation index at: https://docs.vidgo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Kling 2.1
Kling 2.1 provides two public models under the same request format:kling-2.1/standard and kling-2.1/pro.
Available Models
- kling-2.1/standard - Start-frame guided image-to-video
- kling-2.1/pro - Start-frame guided image-to-video with optional end frame
Required Parameters
- prompt: Text prompt for generation
- start_image_url: Required first frame image
Optional Parameters
- duration:
5or10. Default is5 - end_image_url: Optional, only supported by
kling-2.1/pro - negative_prompt: Optional negative prompt
Notes
kling-2.1/standarddoes not supportend_image_urlkling-2.1/prosupports both start image and optional end image
Authorizations
All API endpoints require Bearer Token authentication
Get your API Key:
Visit the API Key Management Page to get your API Key
Add it to the request header:
Authorization: Bearer YOUR_API_KEYBody
application/json