Furniture Finder
The /furniture_finder endpoint leverages advanced image recognition and AI algorithms to analyze images of interiors, identifying pieces of furniture and decor within them. Once identified, it automatically matches these items with real, purchasable products from a vast database of furniture retailers. This feature is designed to simplify the shopping experience, allowing users to recreate their desired interior looks with ease. It not only identifies the items but also provides users with direct links to stores where they can buy the exact or similar items.
ENDPOINT
POST
/furniture_finder
An API URL would be like https://homedesigns.ai/api/v2/furniture_finder
This endpoint identify the furniture and decor in the images and possible recommendations purchasable alternatives.
An API request must be in the form-data
format.
Request
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. (Required Parameter) Without selecting a country code, the result will be given in worldwide.
countryCode
(optional)string
country code as per the suggested code
The country code should be in [AE, AF, AG, AI, etc.]. You can choose your country code from the suggested country code tab.
Last updated
Was this helpful?