Bria's VRMBG 3.0 Realtime
/v1/runVideo Background Removal Realtime is Bria's video-to-video AI model. Transform, enhance, and edit video content using text prompts - from style changes to object manipulation and scene modification.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to bria/video/background-removal/realtime.
Default: bria/video/background-removal/realtime
Playground webcam/video source. Media is sent over WebRTC.
Default:
Background blur strength, 0-100 (used when background_type is 'blur').
Range: 0 to 100
Default: 50
Solid background colour (used when background_type is 'color').
Allowed values: Black, White, Gray, Red, Green, Blue, Yellow, Cyan, Magenta, Orange
Default: Black
How to replace the background: 'color', 'image', or 'blur'.
Allowed values: color, image, blur
Default: color
Background image URL or data URI (used when background_type is 'image').
Default: null
Response Schema
The submit endpoint returns a run response. If its status is pending or running, poll GET /v1/run/{id} with the returned opaque ID until it reaches a terminal state.
Opaque SandBase run identifier. Use it exactly as returned; no prefix is guaranteed.
Current public run status.
Allowed values: pending, running, completed, failed, timeout
Public SandBase model name used for this run.
Present only for completed runs. Each object is capability-specific; inspect the selected model schema for its fields.
Present only for failed or timeout runs. Contains a public error type and sanitized message.
Stable public error category.
Sanitized error message safe to show to clients.
Usage details when available.
Model capabilities
Capabilities declared by the model registry.
Default: video-to-video
Execution mode declared by the model registry.
Default: async