Videoslash API
Creative studioGeneratedModels

Sora 2 Pro

Creative Studio video model reference for the public API.

Sora 2 Pro

Public model ID: sora-2-pro

Asset type: video

Category: Video Generation

Starting credits: 6 (defaults: 6)

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": "sora-2-pro",
    "prompt": "Your prompt here",
    "input_reference": ""
  }' | jq

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

Media parameters

This model has no configurable settings beyond prompt and media inputs.

Settings parameters

NameTypeConstraintsDefaultDescription
input_referencestringoptional—An optional image to use as the first frame of the video. The image must be the same aspect ratio as the video.
secondsenumoptional · enum: 4, 8, 124Duration of the video in seconds
aspect_ratioenumoptional · enum: portrait, landscapeportraitAspect ratio of the video
resolutionenumoptional · enum: standard, highstandardResolution quality. Standard is 720p (1280x720 landscape, 720x1280 portrait). High is 1024p (1792x1024 landscape, 1024x1792 portrait).

On this page