# 予測API

> 予測API - DataRobot's Prediction API provides a mechanism for using your model for real-time
> predictions via serverless prediction environments.

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-07-27T18:44:30.269620+00:00` (UTC).

## Primary page

- [予測API](https://docs.datarobot.com/ja/docs/api/reference/predapi/index.html.md): Full documentation for this topic (Markdown sidecar).

## Documentation content

DataRobot's Prediction API provides a mechanism for using your model for real-time predictions via serverless or dedicated prediction environments. Follow [the guidelines](https://docs.datarobot.com/ja/docs/api/reference/predapi/dr-predapi-serverless.html.md) for making serverless predictions with the Prediction API. Serverless predictions use the REST API endpoint `/api/v2/deployments/:id/predictions` and do not require a `datarobot-key` header.

To access documentation for the dedicated server Prediction API, navigate to the [Dedicated Prediction API page](https://docs.datarobot.com/ja/docs/api/reference/predapi/legacy-predapi/index.html.md).

| トピック | 説明 |
| --- | --- |
| Make predictions with the API (serverless) | Make predictions using serverless prediction environments. |
| Python APIクライアントを使用した予測作成 | DataRobot予測ライブラリは、さまざまな予測手法で予測を行うためのPythonライブラリです。 |
| 予測サーバーIDの取得 | REST APIまたはDataRobot PythonクライアントからcURLコマンドを使用して、予測サーバーIDを取得します。 |
| Serverless Prediction API reference | Review Prediction API methods, input and output parameters, and errors for serverless predictions. |
| Make predictions with the API (dedicated server) | Legacy documentation for using the Prediction API with dedicated servers. |
| 使用非推奨のAPIルート | 使用非推奨のリクエストとその代替が記載されたリファレンスドキュメントで、非推奨の予測APIのルートを確認します。 |
