Kling-V3 Text to Video
- Kling V3 text-to-video model
- Supports 720p / 1080p resolutions
- Optional accompanying audio generation
- Async processing mode — use the returned task ID to check task status
- Generated video links are valid for 24 hours; please save them promptly
Authorizations
All APIs require Bearer Token authentication
Add to request header:
Authorization: Bearer YOUR_API_KEY
Body
kling-v3-text-to-video: Pure text driven video generation, supports 720p/1080p
"kling-v3-text-to-video"
Text prompt describing the video content you want to generate
Notes:
- Maximum 2500 characters
- Supports both Chinese and English
2500"An ancient Japanese courtyard, raindrops slowly falling into a pond, creating ripples"
Output resolution
Options:
720p— 720P SD1080p— 1080P HD4k— Native 4K UHD (independent tier, billing not affected bygenerate_audio/voice_ids)
"720p"
Whether to generate accompanying audio
Notes:
- When enabled, the video will include AI-generated sound effects/music
- Disabled by default
false
Negative prompt, describing elements you don't want to appear
Notes:
- Separate multiple keywords with commas
- Common: blurry, low quality, watermark, text overlay
Do not pass this parameter unless necessary.
"blurry, low quality, watermark, text overlay"
Output video aspect ratio
Available values:
16:9— Landscape (default)9:16— Portrait1:1— Square
"16:9"
Output video duration (seconds)
Available values:
5— 5-second short video (default)10— 10-second video
5
Voice ID list for voice control
Notes:
- Maximum 2 voices
- Use
<<<voice_1>>>/<<<voice_2>>>inpromptto reference - Obtain voice_id via the
kling-video-create-voiceendpoint generate_audiomust betruewhen using this parameter
Do not pass this parameter unless necessary.
["voice_123456"]Multi-prompt sequence
Notes:
- Each segment contains its own prompt and duration
- The sum of all segment durations should equal the total
duration
Do not pass this parameter unless necessary.
Response
Task created successfully
Task creation timestamp
1757165031
Task ID
"task-unified-1757165031-uyujaw3d"
Actual model name used
Specific task type
video.generation.task Task progress percentage (0-100)
0 <= x <= 1000
Task status
pending, processing, completed, failed "pending"
Async task information
Task output type
video "video"