Runflow
Back to Gallery

bria/background/remove

Bria RMBG 2.0 enables seamless removal of backgrounds from images, ideal for professional editing tasks. Trained exclusively on licensed data for safe and risk-free commercial use.

$0.018/request 2026-04-08

Install

pip install requests

Run the model

import requests

response = requests.post(
    "https://api.runflow.io/v1/run/background/remove",
    headers={"Authorization": "Bearer RUNFLOW_API_KEY"},
    json={
    "image_url": "https://public.runflow.io/images/models/alibaba/qwen-image-2/pro/text-to-imag..."
    },
)

data = response.json()
print(data["image"]["url"])

Input schema

ParameterTypeDescription
sync_modebooleanIf `True`, the media will be returned as a data URI and the output data won't be available in the request history.
image_urlimageInput Image to erase from

Output schema

FieldTypeDescription
imagestringThe generated image

Related models

Start generating with Bria Background Remove

Get API access in minutes. No GPU setup, no infrastructure to manage.