> ## 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 Original PDF

> Download the original uploaded PDF.

## Overview

Stream the original PDF that was uploaded for this document. Served from R2 with CDN caching.

## Request

<ParamField path="id" type="string" required>
  Document ID (e.g. `doc-abc123`) or 6-char short hash.
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl -O https://api.okrapdf.com/v1/documents/doc-abc123/original.pdf \
    -H "Authorization: Bearer okra_YOUR_KEY"
  ```
</RequestExample>

### Response

Returns the raw PDF binary with `Content-Type: application/pdf`.
