Creative studioGeneratedModels
Kling 2.6
Creative Studio video model reference for the public API.
Kling 2.6
Public model ID: kling-26
Asset type: video
Category: Video Generation
Starting credits: 4 (defaults: 7)
Prompt required.
Start a generation
curl -s -X POST "$API_BASE_URL/v1/creative-studio/generations" \
-H "Authorization: Bearer vsl_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"modelId": "kling-26",
"prompt": "Your prompt here",
"start_image": ["https://example.com/reference.jpg"],
"negative_prompt": ""
}' | jqPoll GET /v1/creative-studio/generations/{id} until status is completed. Completed generations return outputUrl on cdn.videoslash.com.
Media parameters
| Name | Type | Constraints | Default | Description |
|---|---|---|---|---|
start_image | string | optional · max items: 1 | — | First frame of the video |
Settings parameters
| Name | Type | Constraints | Default | Description |
|---|---|---|---|---|
negative_prompt | string | optional | Things you do not want to see in the video | |
aspect_ratio | enum | optional · enum: 16:9, 9:16, 1:1 | 16:9 | Aspect ratio of the video. Ignored if start_image is provided. |
duration | enum | optional · enum: 5, 10 | 5 | Duration of the video in seconds |
generate_audio | boolean | optional | true | Generate audio for the video. When enabled, the model will create synchronized audio based on the video content. |