# Download a file

urlscan Pro - Download a file by SHA256 hash. For the ZIP files delivered by this
endpoint, the default encryption password is urlscan! - including the
trailing exclamation mark. The ZIP file contains a single file named
after the SHA256 of the requested file.

Endpoint: GET /downloads/{fileHash}
Version: 1.0.0
Security: apikeyAuth

## Path parameters:

  - `fileHash` (string, required)
    SHA256 hash of file

## Query parameters:

  - `password` (string)
    The password to use to encrypt the ZIP file. Using a password is
mandatory, the default password is urlscan!

  - `filename` (string)
    Specify the name of the ZIP file that should be downloaded. This
does not change the name of files within the ZIP archive. The
default filename is $fileHash.zip


