Retrieves item recommendations with basic snippet metadata (excluding full snippet text). Requires specifying a collection and tenant for the search.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parameters for retrieving base item recommendations.
The prompt that the user enters into the application.
The collection to search in.
The tenant to search.
A list of Publisher Names. Only publishers belonging to your organization are allowed.
The maximum number of snippets to search through overall.
The minimum certainty threshold for snippets.
0 <= x <= 1The minimum number of snippets for an item to be returned.
x >= 1The type(s) of media for the items returned.
audio, video, book, article The maximum number of items to return. Items are ranked by cumulative certainty. If the available snippets span fewer items than this count, only those items are returned.
x >= 1Successful response returning a list of items with basic snippet metadata.