> ## Documentation Index
> Fetch the complete documentation index at: https://docs.realtoraai.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Virtual Staging

> AI virtual staging for empty rooms.

Transform empty room photos into beautifully staged spaces with AI-placed furniture and décor.

## Endpoint

```
POST /functions/v1/virtual-staging
```

## Request body

| Parameter   | Type   | Description                                                 |
| ----------- | ------ | ----------------------------------------------------------- |
| `image_url` | string | URL of the empty room photo                                 |
| `style`     | string | Staging style (e.g., `modern`, `traditional`, `minimalist`) |
| `room_type` | string | Room type (e.g., `living_room`, `bedroom`, `kitchen`)       |

## Response

```json theme={null}
{
  "staged_image_url": "https://storage.example.com/staged-room.jpg"
}
```
