Retrieves item recommendations with basic snippet metadata (excluding full snippet text). Requires specifying a collection and tenant for the search.
Documentation Index
Fetch the complete documentation index at: https://docs.gloo.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
1The collection to search in.
1The minimum certainty threshold for snippets.
0 <= x <= 1Optional tenant to search. Required only when the selected collection is multi-tenant; invalid when the selected collection is not multi-tenant. Blank strings are normalized to no tenant.
A list of Publisher Names. Only publishers belonging to your organization are allowed.
1The maximum number of snippets to search through overall.
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.