Skip to main content
POST
Predict

Authorizations

Authorization
string
header
required

An API key or OAuth2/OIDC access token sent as Authorization: Bearer <token>.

Path Parameters

model_id
string<uuid>
required

Body

application/json
dataframe
WireDataFrame · object
required

Inline DataFrame plan (connection config + columns + optional filter) describing the rows to score. The server ships the plan + session to the inference worker, which rebuilds the org context and materializes inside its container.

Response

Successful Response

job_id
required

Server-assigned id of the submitted job

status
enum<string>
required
Available options:
pending,
running,
completed,
failed
message
string
required