Skip to content

Personalized Image Search

Image search endpoint generates search results based on image similarity. It takes an an image as input and finds the most similar items (judging by the image similarity) and retrieve them as response.his endpoint could be used in the product details page if you want to show similar product that matches the image of the product in the detail page.

Request path:

POST /v1/images/search

Aside from the image file this endpoints takes other parameters mentioned below:

  • start: Index number of the first result to show.
  • size: Number of results to show.
  • details: If "true", gives product ID with full detail from the catalogue. If "false", only gives product ID.

You can find the sample codes for this implementation in our API documentaion.