Remove Background

POST/api/v2/remove-background
≈ 7 credits per second of video (minimum 5 credits per job).

Automatically remove the background from a video — no green screen required. Replace it with a solid color or keep transparency for compositing. Works best on clips under 30 seconds.

Request body

video_url

Sign in to upload or import from your library.

Public URL of the video to remove the background from. Should be under 4000x4000 and shorter than 30s.

background_color

Background fill color. Use 'Transparent' (with a webm_vp9 or mov_proresks output) to keep an alpha channel. Default: Black.

output_container_and_codec

Output container/codec. webm_vp9 and mov_proresks support transparency. Default: webm_vp9.

preserve_audio
Disabled

Keep the original audio track in the output. Default: true.

workspace_id
Sign in to run the playground

Request example

curl -X POST "https://influencerstudio.com/api/v2/remove-background" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'

Output

Run the model to see results

Real outputs will stream into this panel as the request completes.