cURL
curl --request GET \ --url https://studio.premai.io/api/v1/models/running \ --header 'Authorization: Bearer <token>'
{ "status": true }
Use this endpoint to check if a model is running.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Status of the model to check if it is running.
The response is of type object.
object
Was this page helpful?