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

# Furnishing

> Virtually furnish your empty spaces

# Furnishing

Transform your empty spaces into perfectly furnished and decorated interiors, without any real furniture.

## How It Works

Our AI adds virtual furniture to your space by:

* Respecting proportions and perspective
* Adapting furnishings to your chosen style
* Creating coherent and realistic atmospheres

## Use Cases

* Virtual home staging to enhance real estate properties
* Visualization of different layout options
* Presentation of empty properties as furnished
* Projection of the final result of a renovated space

## API

Integrate this feature into your applications:

```bash theme={null}
curl --request POST \
--url 'https://iacrea.com/api/furnish/v4/generate' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
  "user_id": "your-user-id",
  "image_url": "https://example.com/empty-space.jpg",
  "theme": "MODERN",
  "room_type": "LIVING_ROOM",
  "generation_mode": "creative"
}'
```

## Tips

* Use photos taken with a wide angle showing the entire room
* Clearly specify the desired style (modern, Scandinavian, coastal, etc.)
* Experiment with different variations to find the ideal arrangement
