Room Composer
Arrange and visualize different decor items within a room. The room_composer endpoint places multiple pieces of furniture and decor into a space, ensuring a cohesive, harmonious design setup.
ENDPOINT
POST
/room_composer
An API URL would be like https://.homedesigns.ai/api/v2/room_composer
Room Composer is a feature within HomeDesignsAI that allows you to create and design interior spaces within a room.
An API request must be in the form-data
format.
Request
Parameters & Data Type | Value | Description |
---|---|---|
file[ .jpg, .jpeg, .png] / base64 Image | - | The image to be processed by the API. The image dimensions must be 512x512 pixels or greater for optimal results. |
| - | The image to be processed by the API. The image dimensions must be 512x512 pixels or greater for optimal results. Click Here to generate a mask image Video Tutorial. |
| Design style should be as per design type | Defines the overall aesthetic style you want to achieve, such as 'Bohemian', 'Industrial', 'Scandinavian', etc. |
| Mode type should be as per mode type | The mode_type should be in [dynamic room, static furniture] |
| Room style should be as per design type | Required if design_type is Interior, Indicates the type of room for which the design is intended, like 'Living Room', 'Bedroom', 'Kitchen', etc |
| Mid, Extreme | indicates the level of AI intervention in the design process. "Mid" means minimal changes, while "Extreme" allows for significant alterations to the original design. |
Last updated