# Real-time scoring methods

> Real-time scoring methods - Learn about DataRobot's available methods for making real-time
> predictions.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-04-24T16:03:56.625420+00:00` (UTC).

## Primary page

- [Real-time scoring methods](https://docs.datarobot.com/en/docs/classic-ui/predictions/realtime/index.html): Full documentation for this topic (HTML).

## Related documentation

- [Classic UI documentation](https://docs.datarobot.com/en/docs/classic-ui/index.html): Linked from this page.
- [Predictions](https://docs.datarobot.com/en/docs/classic-ui/predictions/index.html): Linked from this page.
- [deploy a model from the Leaderboard](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/deploy-methods/add-deploy-info.html): Linked from this page.
- [Prediction API](https://docs.datarobot.com/en/docs/api/reference/predapi/legacy-predapi/dr-predapi.html): Linked from this page.
- [Prediction API](https://docs.datarobot.com/en/docs/classic-ui/predictions/realtime/code-py.html): Linked from this page.
- [integration snippets](https://docs.datarobot.com/en/docs/classic-ui/predictions/realtime/integration-code-snippets.html): Linked from this page.

## Documentation content

# 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](https://docs.datarobot.com/en/docs/classic-ui/mlops/deployment/deploy-methods/add-deploy-info.html) and make prediction requests with the [Prediction API](https://docs.datarobot.com/en/docs/api/reference/predapi/legacy-predapi/dr-predapi.html).

After deploying a model, you can also navigate to a deployment's [Prediction API](https://docs.datarobot.com/en/docs/classic-ui/predictions/realtime/code-py.html) tab to access and configure scripting code that allows you to make simple requests to score data. The deployment also hosts [integration snippets](https://docs.datarobot.com/en/docs/classic-ui/predictions/realtime/integration-code-snippets.html).
