Room Composer
Last updated
Last updated
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.
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.
image
file[ .jpg, .jpeg, .png] / base64 Image string
-
The image is to be processed by the API. The image dimensions must be 512x512 pixels or greater for optimal results. (Required Parameter)
masked_image
file[ .jpg, .jpeg, .png] / base64 Image string
-
The image to be processed by the API. The image dimensions must be 512x512 pixels or greater for optimal results. to generate a mask image (Required Parameter)
design_style
Design style should be as per design type
Defines the overall aesthetic style you want to achieve, such as 'Bohemian', 'Industrial', 'Scandinavian', etc. (Required Parameter)
room_type
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 (Required Parameter)
ai_intervention
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. (Required Parameter)