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"]
}' | jqPoll GET /v1/creative-studio/generations/{id} until status is completed. Completed generations return outputUrl on cdn.videoslash.com.
Media parameters
| Name | Type | Constraints | Default | Description |
|---|---|---|---|---|
image | string | optional · max items: 1 | Input image |
Settings parameters
This model has no configurable settings beyond prompt and media inputs.