Retrieves a list of recommended items based on a user query, designed for affiliate use cases. Allows filtering by media type, publisher, and snippet counts.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parameters for retrieving affiliate recommendations.
The prompt that the user enters into the application.
The minimum certainty threshold for snippets.
0 <= x <= 1The maximum number of snippets to search through overall.
The type(s) of media for the items returned.
audio, video, book, article The minimum number of snippets that must be associated with an item for it to be returned.
x >= 1The publisher(s) whose items should be recommended.
Successful response returning a list of referenced items.