ProductsVirtual Staging
Virtual Staging

Furnish empty rooms in seconds.

Stage vacant rooms with AI furniture and decor in any style, from contemporary to luxury, without a physical staging crew.

/v1/virtual-staging
Virtual Staging generated by DomeTech

How it works

1

Send an empty room

Pass a photo of a vacant space and pick a style.

2

We stage

Furniture and decor are placed to scale, respecting the room.

3

Delivered back

A signed webhook returns the staged image to your product.

One endpoint

Call it with one request.

Send the request, get a job back, and a signed webhook delivers the finished asset to your product. No polling, no model code to maintain.

  • Stage vacant listings instantly
  • Offer multiple style options per room
  • Skip the cost of physical staging
request.sh
curl -X POST \
https://api.dometech.com.au/v1/virtual-staging
-H "X-API-Key: dome_live_sk_..." \
-d '{ "image_url": "https://.../room.jpg", "style": "contemporary" }'
# 202 Accepted
{
  "job_id": "job_abc123",
  "status": "queued"
}

Generated by DomeTech

Virtual Staging sample