Links

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.

Importing data

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

Training the recommender model

post
/v1
/recommender/train
Initiate recommender model training
get
/v1
/recommender/{model_id}/status
Query the status of a previously started training run

Querying recommendation results