Videoslash API
Creative studioGeneratedModels

Kling 2.5

Creative Studio video model reference for the public API.

Kling 2.5

Public model ID: kling-25

Asset type: video

Category: Video Generation

Starting credits: 2 (defaults: 2)

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-25",
    "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
end_imagestringoptional · max items: 1—Last frame of the video
imagestringoptional · max items: 1—Deprecated: Use start_image instead.

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
guidance_scalenumberoptional—Kept for backwards compatibility. This parameter is not used.

On this page