Prediction API
Last updated
Was this helpful?
Last updated
Was this helpful?
Prediction API allows users to request predictions by sending data to a trained model in Graphite Note.
To interact with the Graphite Note API and perform predictions using a specific model, you need to make a POST request to the API endpoint. Depending on the model type and use case, you can now use two different versions of the API, each with its own request body format:
v1 Endpoint – for backward-compatible, alias-based input
v2 Endpoint – for simplified, column-name-based input (recommended for new users)
In the following sections, you will find more details about the Prediction API.