Skip to content

Click in-app to access the full platform documentation for your version of DataRobot.

Real-time scoring methods

Make real-time predictions by sending an HTTP request for a model via a synchronous call. After DataRobot receives the request, it immediately returns a response containing the prediction results.

The simplest method for making real-time predictions is to deploy a model from the Leaderboard and make prediction requests with the Prediction API.

After deploying a model, you can also navigate to a deployment's Prediction API tab to access and configure scripting code that allows you to make simple requests to score data. The deployment also hosts integration snippets.


Updated May 31, 2022
Back to top