Request v1
Necessary information to make a request to an API endpoint for the Graphite Note application
Method
API is using POST method
Supported Models
It supports the following model types:
✅ Binary Classification (e.g., YES/NO, True/False outcomes)
✅ Multiclass Classification (e.g., predicting one of several categories)
✅ Regression (e.g., predicting a numeric value)
✅ Time Series Forecasting (e.g., predicting future values over time for a given entity)
Request URL
The base URL for the API endpoint is:
Replace [model-code]
in the URL with the code of the specific model you want to use for predictions.
Where can I find model code?
To easily find the [model-code]
, open the specific model and navigate to the Settings tab. The model code can be found in the ID section.
Last updated
Was this helpful?