Guide
Smart Recommendations

Visually Similar

3min

If you haven't gone through the prerequisites and the v2 structure, please have a look at Overview

Klevu can power a recommendation banner showcasing any other products from the catalog which are visually similar to the product currently being viewed. This type of recommendation can be used on:

Visually Similar recommendation is currently only available for Furniture domain.

Product Page: Visually Similar Products Show a recommendation banner with products that are visually similar to the primary image of the product currently being viewed.

The end-point is used for retrieving visually similar product recommendations.
POST
Request
Body Parameters
typeOfRequest
required
String
For this recommendation type, please specify RECS_SIMILAR_IMAGES.
sourceObjects
required
Object
The Klevu ID of the product you will use for context. Klevu will find other visually similar products to the primary image of the product specified in this field.
Request Body (JSON)
PHP
JS
Java
Node.js
Responses
200


Try it here!