---
title: "Download a file"
method: GET
path: "/downloads/{fileHash}"
tags: ["Files"]
---

# Download a file

`GET /downloads/{fileHash}`

**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.

## Path parameters

- `fileHash` string, required

## Query parameters

- `password` string
- `filename` string

## Response `200`

OK

---

[API](https://skmtc.net/urlscan/apis/urlscan-io-apis.md) · [All operations](https://skmtc.net/urlscan/apis/urlscan-io-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/urlscan/urlscan-io-apis/versions/5d97b31afd68/schema)
