Kling V3 T2V
Kling V3 T2V
Kling V3 text-to-video model using the simplified public single-shot interface with 3-15 second output duration.
POST
Kling V3 T2V
Authorizations
API Key authentication. Format: Bearer YOUR_API_KEY.
Body
application/json
Simplified Kling V3 text-to-video request. The public API only exposes the single-shot prompt-driven interface.
Video generation prompt.
Required string length:
1 - 2500Example:
"A lone cyclist rides through a neon-lit city street after rain"
Negative prompt describing undesired elements
Required string length:
1 - 2500Example:
"blurry, shaky, low detail"
Audio generation switch.
Available options:
on, off Example:
"off"
Prompt adherence strength between 0.0 and 1.0.
Required range:
0 <= x <= 1Example:
0.7
Generation mode.
Available options:
std, pro Example:
"pro"
Video aspect ratio.
Available options:
16:9, 9:16, 1:1 Example:
"16:9"
Video duration in seconds. Public API accepts integer values.
Available options:
3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 Example:
6