Beautiful Redesign
Last updated
Last updated
Want to make your home look stunning inside and out? Our Beautiful Redesign API can do just that. It helps you change up your place in different styles, making it look amazing.
The beautiful_redesign endpoint applies a set of predefined design rules to enhance the aesthetics of a given space. It aims to make the space more visually appealing by optimizing various design elements.
POST
/beautiful_redesign
An API URL would be like https://homedesigns.ai/api/v2/beautiful_redesign
Use this endpoint to apply a pre-defined set of design rules to beautify a given space.
Error Messages | Reason |
---|---|
Error Messages | Reason |
---|---|
Error Messages | Reason |
---|---|
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.
design_type
string
Interior, Exterior, Garden
Specifies the type of area you want to design. API users must specify whether they are designing an interior space, an exterior area, or a garden.
ai_intervention
string
Very Low, Low, Mid, Extreme
Indicates the level of AI intervention in the design process. "Very Low" means minimal changes, while "Extreme" allows for significant alterations to the original design.
no_design
integer
Min - 1, Max - 4
Specifies the number of design variations you want the API to generate. The minimum is 1 and the maximum is 4.
design_style
string
Design style should be as per design type
Defines the overall aesthetic style you want to achieve, such as 'Bohemian', 'Industrial', 'Scandinavian', etc.
room_type
string
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 Click here to see more room types.
house_angle
string
House angle should be as per design type
Required if design_type is Exterior, Indicates the angle of house for which the design is intended, like 'Side of house, 'Front of house', 'Back of house' Click here to see more house angles.
garden_type
string
Garden type should be as per design type
Required if design_type is Garden, Indicates the type of garden for which the design is intended, like 'Backyard', 'Front Yard', 'Courtyard', etc. Click here to see more garden types.
prompt
null
or string
Write a Custom Prompt
An optional text prompt that can guide the AI in generating the design. This could be something like "Create a cozy and warm living room.
Image field required
Image not provided
Invalid image size. The image width and height must be 512x512 or greater than 512x512 pixels.
Image Size Not Proper.
Invalid image format. Only PNG, JPEG and JPG images are allowed.
Image Format not valid.
Design_type field required
Design type not provided
Design_type value is not a valid enumeration member; permitted: 'Interior', 'Exterior', 'Garden'
design type not provided properly
room_type field required when design_type is Interior
room_type not provided
room_type should be in ['Living room', 'Bedroom', 'Bathroom'...] this array will replaced dynamically as per your design_type
room_type not provided properly
house_angle field required when design_type is Exterior
house_angle not provided
house_angle should be in ['Side of House', 'Front of House', 'Back of House'...] this array will replaced dynamically as per your design_type
house_angle not provided properly
garden_type field required when design_type is Garden
garden_type not provided
garden_type should be in ['Backyard', 'Patio', 'Terrace'...] this array will replaced dynamically as per your design_type
garden_type not provided properly
design_style field required
Design_style not provided
design_style should be in ['No Style', 'Eclectic', 'Modern'...] this array will replaced dynamically as per your design_type
Design_style not provided properly
ai_intervention field required
ai_intervention not provided
ai_intervention value is not a valid enumeration member; permitted: 'Very Low', 'Low', 'Mid', 'Extreme'
ai_intervention not provided properly
no_design field required
no_design not provided
no_design value is not a valid enumeration member; permitted: 1, 2, 3, 4
no_design not provided properly