Developer API — Early Access

Object Removal API

Clutter is the most common reason a usable photo underperforms. The Roomagen Object Removal API erases unwanted items — personal belongings, stray furniture, bins, cables — and reconstructs what sits behind them, returning a clean image in 10–30 seconds while the untouched original stays on record.

Who builds with this endpoint

Real-estate photography

Declutter occupied-home listing photos at scale — personal items, pet gear and countertop mess disappear while the room itself stays exactly as shot.

Secondhand marketplaces

Isolate the item being sold by removing background clutter from seller photos, making peer-to-peer listings look closer to retail quality.

Hotel room photography

Strip housekeeping carts, cords and staff reflections from room and suite photos, keeping brand imagery clean across hundreds of properties.

Insurance documentation

Prepare clearer property photos for files where readability matters — with the original always retained, since documentation workflows require knowing exactly what was changed.

One request, one webhook

Submit a job with the item-removal tool, get a job id, receive a webhook when the result is ready.

curl -X POST https://api.roomagen.com/api/v1/jobs \
  -H "X-Api-Key: rmg_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "tool": "item-removal",
    "image_url": "https://example.com/photo.jpg",
    "options": {"target":"clutter","fill":"reconstruct"},
    "webhook_url": "https://yourapp.com/hooks/roomagen"
  }'

# → { "job_id": "job_8f3a...", "status": "processing" }

Prepaid, per image

Developer

$0

50 images/mo

watermarked

Pilot

$125

500 images

$0.25 / image

Growth

$550

2,500 images

$0.22 / image

Scale

$2,000

10,000 images

$0.20 / image

Full pricing on the API overview →

Get early access

We are onboarding integration partners in batches. Tell us where to reach you — we reply personally.

Object Removal API FAQ

Object Removal API — Declutter Photos Programmatically | Roomagen