Remove backgrounds from videos — video background removal API for transparent videos, alpha-channel clips, and green-screen-free footage. Powered by Bria's v...
设计与多媒体
Video Object Remover
试用Remove an unwanted person, object, logo, or distraction from a video with Video Object Remover.
它能做什么
Remove an unwanted person, object, logo, or distraction from a video with Video Object Remover.
技能文档
Video Object Remover
Use this skill when the user wants to remove one unwanted visual element from a video they own or are authorized to edit.
Workflow
- Confirm the local video path and one precise target description. Include position, color, or clothing when useful. Do not process videos the user is not allowed to edit.
- Create a job with
POST https://videoobjectremover.com/api/v1/jobs, multipart fieldsvideoandprompt, andAuthorization: Bearer $VIDEO_OBJECT_REMOVER_API_KEY. - Poll
GET /api/v1/jobs/every few seconds. When the status isMASK_READY, show themaskUrlto the user and ask for explicit confirmation. Never erase automatically. - If the user confirms,
POST /api/v1/jobs/with{"action":"erase"}. If they want a different target, send{"action":"reselect","prompt":"..."}instead. - Continue polling until
COMPLETED, then give the uservideoUrl. For a free preview, explain that it is watermarked and cannot be downloaded.
Limits and failures
- Accept MP4, MOV, and WebM files up to 100 MB.
- A new account receives one 5-second watermarked preview. Full videos are limited to 60 seconds and require 10 paid credits.
- Report API errors directly in plain language. Do not retry a failed create request automatically because it may have reserved credits.
- Keep the API key secret: never print it, write it into a command log, or include it in a URL.
相关技能
Use this skill when the user wants to clean a video or screen recording by removing overlays such as status bars, notification banners, floating controls, su...
通过 WaveSpeed AI 接口,去除图片和视频中的水印、Logo、字幕与文字叠加。
Point at what you want gone and get the photo back without it. This AI object remover clears passers-by from a travel shot, a stranger from the edge of a portrait, a bin or a traffic cone from a street scene, a stray hand or a reflection from a product photo, and clutter from a room, filling the space behind with surroundings that match the rest of the frame. You choose what gets edited, so the people and the subject you care about stay where they are, it works from the photo you already have, and you see the retouched result before you post it.
Polish an existing AI-generated short video with a focused realism retouch. This focused AI video retouch refines artificial lighting, synthetic materials, oversaturated color, and repeated or distracting detail in one selected pass, while carrying forward the shot's subject, camera framing, timing, and intended mood. Use it for AI video cleanup, video retouching, natural-looking video polish, product clips, ad creative, social video, and short-form footage that needs a cleaner, more believable finish.
Use when converting a video clip into a GIF with ffmpeg. Supports trimming by start time and duration, controlling frame rate and width, and returning the ou...