Furniture Finder
Last updated
Last updated
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.
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.
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.
Image field required
Image not provided
Invalid image format. Only PNG, JPEG and JPG images are allowed.
Image Format not valid.