This page details how to get started with Depict recommendations using our API
POST https://api.depict.ai/v2/recommend/products/product
product_id
for the product you want the recommendations to be based on, as well as the type
of recommendations to generate.
The available types depend on what Depict has configured for you. Common examples include “similar”, “cross_sell”, and “checkout”.
You must also include your store’s unique identifier in the tenant
field and the market name as market
.
In order to identify the user interacting with the recommendations you must send the session_id
parameter.