Recommendation API

Set of endpoints used to interact with recommendation models and the users in their scope, including querying recommendations.

Request parameters, responses, and endpoints descriptions are intentionally left blank. Get in touch for access to full documentation 🙈

Recommend

GET https://genify-recosys.herokuapp.com/api/recommend

List Models

GET https://genify-recosys.herokuapp.com/api/list_models

List Recommendable Items

GET https://genify-recosys.herokuapp.com/api/list_reco_items/:model_id

List Inputs

GET https://genify-recosys.herokuapp.com/api/list_inputs/:model_id

Get Users

GET https://genify-recosys.herokuapp.com/api/get_users

Get User Info

GET https://genify-recosys.herokuapp.com/api/get_user_info/:user_id

Get Eligibilty Rules

GET https://genify-recosys.herokuapp.com/eligibility_rules/:model_id

Get Override Rules

GET https://genify-recosys.herokuapp.com/override_rules/:model_id

Add User

POST https://genify-recosys.herokuapp.com/api/add_user

Update User

PATCH https://genify-recosys.herokuapp.com/api/update_user/:user_id

Last updated