UpStart Commerce Search
Recommendations
Visual Recommendation
3min
The Visual Recommendation endpoint enhances product discovery by providing visually similar product suggestions. This service is particularly beneficial for fashion, home decor, and design-centric platforms where appearance and style play a significant role in consumer choices.
To retrieve visually similar product recommendations, businesses can use the Visual Recommendation API. This API enables users to fetch alternatives based purely on image similarity.
- Make a GET Request: Send a request to the API endpoint with the product ID.
- Provide Required Headers:
- x-upstart-tenant: Identifies the retailer making the request.
- x-upstart-site: Specifies the site where recommendations are needed.
- Receive a Response: The system returns a list of visually similar products.
API Endpoint
- Catalog Endpoint → recommendation
- Endpoint: /catalog/live/recommendation/item/{product_id}?recommendationType=visually_similar
Headers
Sample Request
Did this page help you?