ModelsLab/Room Decorator
room-decoratorTransform 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 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 Name | Parameter | Technical Description |
|---|---|---|
| init_image | init_image | Image to upscale/enhance |
| strength | strength | The degree to which the prompt influences the initial image. 1.0 corresponds to full destruction of the initial image details. |
| prompt | prompt | Text description of the image you want to generate |
| negative_prompt | negative_prompt | Things you do not want in the generated image |
| guidance_scale | guidance_scale | The scale for classifier-free guidance. Minimum is 1, and maximum is 10. |
| base64 | base64 | Get response as base64 string, default: false, options: true or false |
| seed | seed | Seed for reproducibility. The same seed generates the same image. Use null for a random seed |
| num_inference_steps | num_inference_steps | The number of denoising steps. Acceptable values are 21, 31, or 41 |
| track_id | track_id | An ID returned in the API response, used to identify the webhook request |
| webhook | webhook | A URL to receive a POST API call once the image generation is complete |