Videoslash API
Creative studioGeneratedModels

OmniHuman 1.5

Creative Studio video model reference for the public API.

OmniHuman 1.5

Public model ID: omnihuman-15

Asset type: video

Category: Lip syncing

Starting credits: 4 (defaults: 4)

Prompt optional.

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": "omnihuman-15",
    "prompt": "Your prompt here",
    "image": ["https://example.com/reference.jpg"],
    "fast_mode": false
  }' | jq

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

Media parameters

NameTypeConstraintsDefaultDescription
imagestringrequired · max items: 1—Input image containing a human subject, face or character.
audiostringrequired · max items: 1—Input audio file (MP3, WAV, etc.). Duration must be less than 35 seconds. If the audio exceeds 35 seconds, an error will be generated and the generation will fail.

Settings parameters

NameTypeConstraintsDefaultDescription
fast_modebooleanoptionalfalseEnable fast mode to speed up generation by sacrificing some effects.
seedintegeroptional—Random seed for reproducible generation.

On this page