Skip to main content
Image Image Editing fal.ai

Bria Extract Object

Bria Extract Object costs $0.024/image on FairStack — a image editing model for Ecommerce product cutouts, Compositing assets onto new backgrounds, Catalog and design prep. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.

FairStack price
$0.024/image

What is Bria Extract Object?

Bria Extract Object isolates a named object from any image and returns it as a transparent RGBA PNG cutout (plus a binary mask). Describe the object in a text prompt — "the red sneaker", "the coffee mug" — and the model extracts just that object with clean edges, ready to drop onto any background. This is a purpose-built cutout tool for ecommerce and product workflows: pull a product out of a busy photo, build catalog assets, composite items onto new scenes, or prep images for design work. It differs from background removal (which keeps the entire foreground) — Extract Object targets one specific thing you name, and from add-object tools that insert rather than isolate. Bria is a commercially-licensed, rights-cleared image source, which matters for teams shipping product imagery. At a flat $0.02 per image it is one of the cheapest edit operations in the catalog. Available on FairStack at infrastructure cost plus a 20% platform fee.

Key Features

Text-prompted object isolation
Transparent RGBA PNG output
Binary mask included
Commercially-licensed source

What are Bria Extract Object's strengths?

Clean cutout edges
Very cheap ($0.02)
Ideal for ecommerce/product
Targets one named object

What are Bria Extract Object's limitations?

Requires a clear object description
One object per request

What is Bria Extract Object best for?

Ecommerce product cutouts Compositing assets onto new backgrounds Catalog and design prep

How much does Bria Extract Object cost?

Metric
FairStack
Details
Price per generation
$0.024
Includes 20% margin
Subscription
None
Pay per generation only

How do I use the Bria Extract Object API?

curl
curl -X POST https://api.fairstack.ai/v1/generations/image \
  -H "Authorization: Bearer $FAIRSTACK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "bria-extract-object",
    "prompt": "Your prompt here"
  }'
Python
import requests

response = requests.post(
    "https://api.fairstack.ai/v1/generations/image",
    headers={
        "Authorization": f"Bearer {FAIRSTACK_API_KEY}",
        "Content-Type": "application/json",
    },
    json={
        "model": "bria-extract-object",
        "prompt": "Your prompt here",
    },
)

result = response.json()
print(result["url"])
Node.js
const response = await fetch(
  "https://api.fairstack.ai/v1/generations/image",
  {
    method: "POST",
    headers: {
      Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
      "Content-Type": "application/json",
    },
    body: JSON.stringify({
      model: "bria-extract-object",
      prompt: "Your prompt here",
    }),
  }
);

const result = await response.json();
console.log(result.url);

What parameters does Bria Extract Object support?

Parameter
Type
Default
Details
seed
integer (optional)
guidance_scale
float (optional)
num_inference_steps
integer (optional)

Frequently Asked Questions

How much does Bria Extract Object cost?

Bria Extract Object costs $0.024/image on FairStack as of 2026-07-25. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.

What is Bria Extract Object and what is it best for?

Bria Extract Object isolates a named object from any image and returns it as a transparent RGBA PNG cutout (plus a binary mask). Describe the object in a text prompt — "the red sneaker", "the coffee mug" — and the model extracts just that object with clean edges, ready to drop onto any background. This is a purpose-built cutout tool for ecommerce and product workflows: pull a product out of a busy photo, build catalog assets, composite items onto new scenes, or prep images for design work. It differs from background removal (which keeps the entire foreground) — Extract Object targets one specific thing you name, and from add-object tools that insert rather than isolate. Bria is a commercially-licensed, rights-cleared image source, which matters for teams shipping product imagery. At a flat $0.02 per image it is one of the cheapest edit operations in the catalog. Available on FairStack at infrastructure cost plus a 20% platform fee. Bria Extract Object is best for Ecommerce product cutouts, Compositing assets onto new backgrounds, Catalog and design prep. Available via FairStack's REST API with curl, Python, and Node.js SDKs.

Does Bria Extract Object have an API?

Yes. Bria Extract Object is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/image with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.

How does Bria Extract Object compare to other image models?

Bria Extract Object excels at Ecommerce product cutouts, Compositing assets onto new backgrounds, Catalog and design prep. It is a image editing model priced at $0.024/image on FairStack. Key strengths: Clean cutout edges, Very cheap ($0.02). Compare all image models at fairstack.ai/models.

How is Extract Object different from background removal?

Background removal keeps the entire foreground and drops the background. Extract Object isolates one specific object you name in a prompt into a transparent PNG — ideal when you want just the product, not everything in front of the camera.

What does Extract Object output?

A transparent RGBA PNG of the isolated object plus a binary mask, ready to composite onto any background.

What are the limitations of Extract Object?

It extracts one named object per request and needs a clear text description of that object. FairStack documents these transparently so you can choose the right tool for your workflow.

Start using Bria Extract Object today

$0.024/image. Full API access. No subscription.

Start Creating