> ## Documentation Index
> Fetch the complete documentation index at: https://docs.okrapdf.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Download File Bytes

> Download private file bytes.

## Overview

Downloads the original private file bytes. Requires authentication.

<ParamField path="id" type="string" required>
  File ID.
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl https://api.okrapdf.com/v1/files/file_abc123/bytes \
    -H "Authorization: Bearer $OKRA_API_KEY" \
    -o report.pdf
  ```
</RequestExample>
