🟢API for Products Recommendation 1.0
This page contains description how to fetch products recommendation via API.
Product Recommendation Engine is a no-code feature to tailor Product Item suggestions to each user's unique skin analysis results.
What is Products Recommendation?
What can you do?
List recommended products for image
Get recommended products from the shelf products for the specified image.
Authorizations
Path parameters
company_idstring · uuidRequired
image_idstring · uuidRequired
Query parameters
shelf_idstringRequired
Responses
200Success
application/json
get
GET /api/v1/companies/{company_id}/images/{image_id}/recommended_products/?shelf_id=text HTTP/1.1
Host: saas.haut.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200Success
{
"raw_result": {},
"recommended_products": []
}
First you need to create inventory items as described here. Then you need to create a shelf and populate it with your inventory items as described here and here.
After that you can use your product shelf ID in this API method to get products recommendations.
Last updated
Was this helpful?