{ "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>" } }
Enter your API key here
ID of the model
ID of the file
Action to perform on the download
start
pause
resume
Download status updated successfully
Show child attributes
Current status of the download
in_progress
paused
completed
Download progress information (only when status is in_progress or paused)
ID of the file being downloaded
ID of the model being downloaded
Name of the file being downloaded
Percentage of download completion (0-1)
Number of bytes transferred
Total size of the file in bytes
Whether the download is paused
Time taken for download in milliseconds
Average download speed in Mbps
Local path where the file is stored (only when status is completed)
Was this page helpful?