---
title: "Downloads a file in its original/unprocessed state."
method: GET
path: "/{accountId}/raw{filePath}"
tags: ["File"]
---

# Downloads a file in its original/unprocessed state.

`GET /{accountId}/raw{filePath}`

Downloads a file in its original/unprocessed state.

## Path parameters

- `accountId` string, required — Your account ID. This is visible on the settings page: https://www.bytescale.com/dashboard/settings
- `filePath` string, required — Absolute path to a file. Begins with a `/`.

## Query parameters

- `cache` boolean
- `cache-ttl` number
- `cache-ttl-404` number
- `exp` union
  - number
  - 'inf'
- `version` string

## Response `200`

Success.

---

[API](https://skmtc.dev/bytescale/apis/bytescale-api.md) · [All operations](https://skmtc.dev/bytescale/apis/bytescale-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bytescale/bytescale-api/revisions/d63ecdd9ae9c/schema)
