# GET /files/:id/download

**Resource:** [Files](./files.md)  
**Scopes:** `files:read`  
**Write operation:** no

Get a temporary signed download URL for any file type (expires in 60 seconds). Auto-detects type. For public R2 images, returns the permanent r2_url instead.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | File ID (any type) |

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`