Videoslash API
Creative studioGeneratedModels

Background Removal

Creative Studio image model reference for the public API.

Background Removal

Public model ID: background-removal

Asset type: image

Category: Editing

Starting credits: 0.05 (defaults: 0.05)

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

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

Media parameters

NameTypeConstraintsDefaultDescription
imagestringoptional · max items: 1Input image

Settings parameters

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

On this page