Skip to main content
GET

Overview

Downloads a file by its hash. For folders, the contents are automatically zipped.

Path Parameters

string
required
The file entry hash (e.g., MzI2MHxwYWRkaQ)

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.