cURL
curl --request POST \ --url https://api.nugen.in/api/v3/models/deploy-model/{model_id} \ --header 'Authorization: Bearer <token>'
"<string>"
Deploy an aligned model. You can use the aligned model for inference after deployment. Request:
Returns
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type string.
string
Was this page helpful?