POST
/
model
/
download
/
{model_name}
/
{model_format}
curl --request POST \
  --url https://engine.remyx.ai/api/v1.0/model/download/{model_name}/{model_format} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

model_name
string
required
model_format
string
required

Response

200
application/zip
Successful response

The response is of type file.