Recommender API
Detailed specification of the Recommender API
Prior to working with the Recommender API, please read through the API Getting Started page to learn about account creation, API keys, and other information on authentication. Each request requires that the appropriate authenication headers are included.
post
/v1
/recommender/data_batch
Upload batch of item or interaction data
get
/v1
/recommender/data_batch
Get info about uploaded data batches
delete
/v1
/recommender/data_batch
Delete a batch of data
post
/v1
/recommender/train
Initiate recommender model training
get
/v1
/recommender/{model_id}/status
Query the status of a previously started training run
get
/v1
/recommender/related_items
Get recommended items from the trained model
get
/v1
/recommender/trending_items
Get trending items from the trained model
Last modified 1yr ago