Skip to main content

Staging Styles

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

Available Styles

StyleKeyDescription
ModernmodernClean lines, neutral palette, minimalist furniture
TraditionaltraditionalClassic furniture, warm colors, ornate details
ContemporarycontemporaryCurrent trends, mixed materials, bold accents
RusticrusticNatural materials, warm wood, cozy textures
IndustrialindustrialExposed brick, metal accents, open floor plans
ScandinavianscandinavianLight wood, white walls, functional minimalism
FarmhousefarmhouseShiplap, vintage touches, comfortable living
TransitionaltransitionalBlend of traditional and contemporary
Eclectic Glamoureclectic_glamourBold patterns, luxe materials, statement pieces

Usage

Pass the style key in your staging request:
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 TypeKey
Living Roomliving_room
Bedroombedroom
Kitchenkitchen
Bathroombathroom
Dining Roomdining_room
Home Officehome_office
Nurserynursery
Hallwayhallway
Outdooroutdoor
Each style has room-specific prompts optimized for that combination (e.g., “scandinavian kitchen” uses different furniture than “scandinavian bedroom”).
Best results: Let the API auto-detect the room type. Only override if detection is wrong.