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

Endpoint

POST /functions/v1/virtual-staging

Request body

ParameterTypeDescription
image_urlstringURL of the empty room photo
stylestringStaging style (e.g., modern, traditional, minimalist)
room_typestringRoom type (e.g., living_room, bedroom, kitchen)

Response

{
  "staged_image_url": "https://storage.example.com/staged-room.jpg"
}