/predict
Make a prediction using a trained model
Use this endpoint to generate predictions from a trained model. Simply pass in your input data and reference the model ID, and the API will return the predicted outcome. This endpoint is only accessible to users of the legacy platform.
POST
/v3
/model/automl/predict/single
Header
Key
Value
Authorization
YOUR_API_KEY
Parameters
Key
Type
Description
model_id
String
Target Model ID
features
JSON
JSON of the feature values
Request
Response
Last updated