For the complete documentation index, see llms.txt. This page is also available as Markdown.
Page cover

Design Advisor

A design advisor is a professional who provides guidance and advice on design-related matters. They may work in various fields such as interior design, fashion design, graphic design, industrial design, and more.

ENDPOINT

POST /design_advisor

An API URL would be like https://homedesigns.ai/api/v2/design_advisor

Design advisors help clients make informed decisions about aesthetics, functionality, and overall design choices to achieve their desired outcomes.

An API request must be in the form-data format.

Request

Parameters & Data Type
Value
Description

custom_message

string

-

The Design Advisor provides expert suggestions, tailored recommendations, and insights to enhance your design and refine your project. (Required Parameter)

Parameters & Errors

custom_message

Error Messages
Reason

custom_message field is required.

You need to enter your query. Blank fields are not accepted.

//Output should be in list of array depends on no of designs as shown below:

{
    "success": true,
    "data": "Hello! How can I assist you with designing or redesigning your sofa area today?"
}

    

Last updated