class RecombeeApiClient::RecommendItemSegmentsToItem

Recommends Segments from a [Segmentation](docs.recombee.com/segmentations.html) 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](docs.recombee.com/scenarios) 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.