/api/v3/download/file/{id}
Authentication: Requires API Key in the request header.
Path Parameters:
| Parameter | Type | Description |
|---|---|---|
id | string | The unique identifier of the file to download |
301 Moved PermanentlyRedirects to the file download URL.401 UnauthorizedAuthentication failed.404 Not FoundFile not found or not accessible.429 Too Many RequestsRate limit exceeded.
Sample Request
Sample Response
Usage Example
Most HTTP clients will automatically follow the redirect. If you’re using curl:-L flag tells curl to follow redirects.