Make Prediction

Run a single prediction using a trained model.

Pass a JSON object of input values matching your model's feature columns. With the default
channel="direct", returns the predicted value, confidence probability (classification only),
a plain-English AI explanation, and the top factors that influenced the result inline. With
channel="webhook", the prediction is queued instead and the result is POSTed to your
configured webhook when ready — the API returns a job_id immediately (202).

Uses your latest model by default; pass model_id to target a specific version.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params

Model ID to use. Defaults to latest.

Body Params
input_data
object
required
boolean
Defaults to false
boolean
Defaults to false
string
enum
Defaults to direct
Allowed:
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json