GET
/
api
/
v1
/
models
/
running
cURL
curl --request GET \
  --url https://studio.premai.io/api/v1/models/running \
  --header 'Authorization: Bearer <token>'
{
  "status": true
}

Authorizations

Authorization
string
header
required

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

Query Parameters

model
string
required

Response

200 - application/json

Status of the model to check if it is running.

The response is of type object.