Skip to main content
POST

Authentication

Pass your imp_ API key as a Bearer token:
Your user_id is resolved server-side from the key — do not include it in the request body.

Request body

string
required
The ID of the deployed model to call. Find this on the Models page in the dashboard.Example: clf-titanic-survived
object
required
A JSON object mapping feature column names to their values, exactly as they appear in the training dataset.

Response

any
The model’s output. For classification models this is the predicted class label (e.g. 0 or "yes"). For regression models it is a numeric value.
number | null
Confidence score between 0 and 1 for the predicted class. Present for classification models, null for regression.
string | null
The name of the target column the model was trained to predict.

Rate limit headers

Every response includes standard rate-limit headers: