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

# Staging Styles

> 9 design styles for virtual staging

# Staging Styles

Choose from 9 professionally curated design styles when staging a room.

## Available Styles

| Style                | Key                | Description                                        |
| -------------------- | ------------------ | -------------------------------------------------- |
| **Modern**           | `modern`           | Clean lines, neutral palette, minimalist furniture |
| **Traditional**      | `traditional`      | Classic furniture, warm colors, ornate details     |
| **Contemporary**     | `contemporary`     | Current trends, mixed materials, bold accents      |
| **Rustic**           | `rustic`           | Natural materials, warm wood, cozy textures        |
| **Industrial**       | `industrial`       | Exposed brick, metal accents, open floor plans     |
| **Scandinavian**     | `scandinavian`     | Light wood, white walls, functional minimalism     |
| **Farmhouse**        | `farmhouse`        | Shiplap, vintage touches, comfortable living       |
| **Transitional**     | `transitional`     | Blend of traditional and contemporary              |
| **Eclectic Glamour** | `eclectic_glamour` | Bold patterns, luxe materials, statement pieces    |

## Usage

Pass the style key in your staging request:

```bash theme={null}
curl -X POST .../api/v1/stage \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "image=@room.jpg" \
  -F "style=scandinavian"
```

## Room types

The API automatically detects room type, but you can override it:

| Room Type   | Key           |
| ----------- | ------------- |
| Living Room | `living_room` |
| Bedroom     | `bedroom`     |
| Kitchen     | `kitchen`     |
| Bathroom    | `bathroom`    |
| Dining Room | `dining_room` |
| Home Office | `home_office` |
| Nursery     | `nursery`     |
| Hallway     | `hallway`     |
| Outdoor     | `outdoor`     |

Each style has room-specific prompts optimized for that combination (e.g., "scandinavian kitchen" uses different furniture than "scandinavian bedroom").

<Tip>
  **Best results:** Let the API auto-detect the room type. Only override if detection is wrong.
</Tip>
