Endpoint Examples
Download Model
Downloads the specified model in the given format
POST
/
model
/
download
/
{model_name}
/
{model_format}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
model_name
string
requiredmodel_format
string
requiredResponse
200 - application/zip
The response is of type file
.