Videoslash API
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": ""
  }' | jq

Poll GET /v1/creative-studio/generations/{id} until status is completed. Completed generations return outputUrl on cdn.videoslash.com.

Media parameters

NameTypeConstraintsDefaultDescription
start_imagestringoptional · max items: 1—First frame of the video

Settings parameters

NameTypeConstraintsDefaultDescription
negative_promptstringoptionalThings you do not want to see in the video
aspect_ratioenumoptional · enum: 16:9, 9:16, 1:116:9Aspect ratio of the video. Ignored if start_image is provided.
durationenumoptional · enum: 5, 105Duration of the video in seconds
generate_audiobooleanoptionaltrueGenerate audio for the video. When enabled, the model will create synchronized audio based on the video content.

On this page