Videoslash API
Creative studioGeneratedModels

Sync Lipsync 2 Pro

Creative Studio video model reference for the public API.

Sync Lipsync 2 Pro

Public model ID: sync-lipsync-2-pro

Asset type: video

Category: Lip syncing

Starting credits: 4 (defaults: 4)

Prompt not supported.

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": "sync-lipsync-2-pro",
    "prompt": "Your prompt here",
    "video": ["https://example.com/reference.jpg"],
    "sync_mode": "loop"
  }' | jq

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

Media parameters

NameTypeConstraintsDefaultDescription
videostringrequired · max items: 1—Input video file (.mp4)
audiostringrequired · max items: 1—Input audio file (.wav)

Settings parameters

NameTypeConstraintsDefaultDescription
sync_modeenumoptional · enum: loop, bounce, cut_off, silence, remaploopLipsync mode when audio and video durations are out of sync
temperaturenumberoptional · min: 0 · max: 10.5How expressive lipsync can be (0-1)
active_speakerbooleanoptionalfalseWhether to detect active speaker (i.e. whoever is speaking in the clip will be used for lipsync)

On this page