Authorizations
API key authentication. Format - "Bearer YOUR_API_KEY"
Body
application/json
Table to generate recommendations from
Example:
"products"
Source item ID for item-to-item recommendations
Example:
"123"
Array of record IDs the user has interacted with
Example:
["123", "456", "789"]Recommendation strategy to use
Available options:
similar, diverse, popular Maximum number of recommendations to return
Required range:
1 <= x <= 100Record IDs to exclude from recommendations
Example:
["123", "456"]Environment to search in (development, staging, production)
Available options:
development, staging, production Example:
"production"

