🎉 New Year Sale: Get 20% OFF on all plans — Use code NEWYEAR2026.

Upgrade now
Room Decorator thumbnail

ModelsLab/Room Decorator

room-decorator
Transform your space instantly with advanced AI-powered room decorator—upload any room photo, restyle in 50+ design aesthetics, preview realistic 3D renders, and virtually stage with lifelike furniture—no special hardware, cloud-based
API PlaygroundAPI Documentation

API Endpoint URL

Base URL for all API requests to this endpoint.

https://modelslab.com/api/v6/interior/room_decorator

API Authentication

Authentication requires a valid API key included in the request. Generate and manage your API keys from your developer dashboard. Include the key in the key parameter for all API requests.

Integration Examples

Production-ready code samples for API integration

{
"init_image": "https://assets.modelslab.com/generations/05550b6f-032a-408e-83ae-8100f2c481e5",
"strength": "0.45",
"prompt": "A luxurious bedroom featuring an elegant table, rich red carpet, and polished wooden flooring",
"negative_prompt": "blurry, low resolution, bad lighting, poorly drawn furniture, distorted proportions, messy room, unrealistic colors, extra limbs, missing furniture, bad anatomy, low detail, pixelated, grainy, artifacts, oversaturated, asymmetry, ugly, cartoonish, out of frame, duplicate objects",
"guidance_scale": "7.5",
"base64": "false",
"seed": "0",
"num_inference_steps": "51",
"track_id": null,
"webhook": null,
"key": "YOUR_API_KEY"
}

SDKs

Official SDKs

Production-ready SDKs and client libraries for all major programming languages

API Parameters

Technical specifications for API request parameters.

Field NameParameterTechnical Description
init_imageinit_imageImage to upscale/enhance
strengthstrengthThe degree to which the prompt influences the initial image. 1.0 corresponds to full destruction of the initial image details.
promptpromptText description of the image you want to generate
negative_promptnegative_promptThings you do not want in the generated image
guidance_scaleguidance_scaleThe scale for classifier-free guidance. Minimum is 1, and maximum is 10.
base64base64Get response as base64 string, default: false, options: true or false
seedseedSeed for reproducibility. The same seed generates the same image. Use null for a random seed
num_inference_stepsnum_inference_stepsThe number of denoising steps. Acceptable values are 21, 31, or 41
track_idtrack_idAn ID returned in the API response, used to identify the webhook request
webhookwebhookA URL to receive a POST API call once the image generation is complete