Creative Redesign
The creative_redesign endpoint unleashes the full creative power of AI to transform architectural and interior spaces. Unlike the beautiful_redesign endpoint, which focuses on beautifying existing spaces with minimal structural changes, creative_redesign allows for more radical transformations and imaginative reinventions. This endpoint is designed to elevate the original design concepts by applying a higher degree of artistic freedom and innovation.
It enables architects, designers, and real estate professionals to explore avant-garde ideas and see beyond conventional designs. Whether you are aiming to propose visionary remodels, showcase futuristic real estate possibilities, or generate unique marketing materials, the creative_redesign endpoint offers a platform where creativity knows no bounds.
ENDPOINT
POST
/creative_redesign
An API URL would be like https://homedesigns.ai/api/v2/creative_redesign
This endpoint allows for more creative and out-of-the-box design transformations.
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. |
| 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. |
| 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. |
| 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 should be as per design type. | Defines the overall aesthetic style you want to achieve, such as 'Bohemian', 'Industrial', 'Scandinavian', etc. Here you can see the more design styles. |
| 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 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 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. |
| 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". |
Last updated