cURL
curl --request POST \ --url https://studio.premai.io/api/v1/models/up \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model": "<string>" }'
Use this endpoint to load a model into memory.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Model loaded up successfully.
Was this page helpful?