GET
/
api
/
v1
/
models
/
running
cURL
curl --request GET \
  --url http://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

success response

status
boolean
required

Whether the model is running.