Skip to main content
POST
/
v1
/
inference
/
{model_name}
Inference Model
curl --request POST \
  --url https://api.example.com/v1/inference/{model_name} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null

Path Parameters

model_name
string
required

Query Parameters

version
string | null

model version to run inference against

Response

Successful Response