Get predictions with REST API
Rek.ai is created to collect data via the browser's dedicated rek.ai script and assemble this into a GET call that is used to get back recommendations.
If you choose to make a recommendation server side, these parameters will not be available (such as, for example, user agent). But it is even possible to do, for example, a search or recommendation of all Questions and Answers by entering only a few parameters.
The call itself is a simple GET. But you have to add "p" witch is project id and secret to the call: where to get them.
To do, for example, a search, you add "term" to the calls (remember to url-encode the value).
The information on this page will continue to be completed as more projects use the function in the future.
GET /predict?p=10101019&secret=xxxx&term=jobb HTTP/1.1
Host: precict.rekai.se