Guides
Video Background Removal
Core payload design and end-to-end processing flow.
Guides
Core payload design and end-to-end processing flow.
{
"video_url": "https://cdn.example.com/input.mp4",
"output_format": "webm",
"bg_type": "transparent",
"model": "original"
}| Field | Type | Required | Description |
|---|---|---|---|
| video_url | string | yes | Source video URL |
| model | string | yes | original | light | pro | human |
| bg_type | string | yes | transparent | color | image |
| output_format | string | yes | webm | mov | mp4 | gif | webp | png_sequence |
| Metric | What to Inspect | Target |
|---|---|---|
| Edge stability | Hair/cloth boundaries frame-to-frame | No obvious flicker |
| Foreground integrity | Accessories and fine objects retained | Minimal detail loss |
| Temporal consistency | Brightness and alpha consistency | No pulsing artifacts |
Video Background Removal belongs to the Guides section and covers core payload design and end-to-end processing flow.
The page is written for developers and operators who need predictable video background removal behavior in production, not just a one-off demo request.
Before you promote this workflow, test it with at least one short clip, one longer clip, and one visually difficult clip from your actual product or customer segment.
For support and debugging, persist the original input reference, selected model, output format, credit usage, and final job status alongside your internal user or project id.
| Question | Answer |
|---|---|
| Is Video Background Removal required for every integration? | Use it when the topic affects your setup, quality target, or operational workflow. |
| What should I test before going live? | Verify success, failure, timeout, retry, and insufficient-credit paths with realistic video files and the same output format you plan to ship. |
| How does this connect to the rest of the API? | Most workflows connect upload or source URL handling, job creation, status polling, output retrieval, usage tracking, and operational logging. |