PATCH
/
api
/
models
/
{modelId}
/
files
/
{fileId}
{
  "data": {
    "status": "in_progress",
    "progress": {
      "fileId": "<string>",
      "modelId": "<string>",
      "filename": "<string>",
      "downloadedRatio": 123,
      "transferredBytes": 123,
      "totalBytes": 123,
      "paused": true,
      "downloadTimeTaken": 123,
      "averageMbps": 123
    },
    "localPath": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Enter your API key here

Path Parameters

modelId
string
required

ID of the model

fileId
string
required

ID of the file

Body

application/json

Response

200
application/json

Download status updated successfully

The response is of type object.