Recommendations
Recommend Item Segments to Item
Recommends Segments from a Segmentation that are the most relevant to a particular item.
Based on the used Segmentation, this endpoint can be used for example for:
- Recommending the related categories
- Recommending the related genres
- Recommending the related brands
- Recommending the related artists
You need to set the used Segmentation the Admin UI in the Scenario settings prior to using this endpoint.
The returned segments are sorted by relevance (first segment being the most relevant).
It is also possible to use POST HTTP method (for example in case of very long ReQL filter) - query parameters then become body parameters.
post/{databaseId}/recomms/items/{itemId}/item-segments/
Path parameters
databaseIdstring required
ID of your database.
itemIdstring required
ID of the item for which the recommendations are to be generated.
Request body
Response
successful operation
Changes
No recorded changes to this endpoint across all 1 revision of this API.