Skip to main content
GET

Overview

Downloads a file by its hash. For folders, the contents are automatically zipped.
You can pass multiple hashes separated by commas to download several entries at once as a single ZIP archive.

Path Parameters

string
required
The file entry hash (e.g., MzI2MHxwYWRkaQ). Accepts several hashes separated by commas.

Response

Returns the file content with appropriate Content-Type and Content-Disposition headers.
  • For single files: The file is downloaded directly
  • For folders: A ZIP archive is created and downloaded
For folders, the response will have Content-Type: application/zip and the filename will end with .zip.