Download File
api/beta/files/download
Nearest release: v2.1.245, published an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
api/beta/files/download Changed · +6 / -11 lines
# Download File ## Path parameters ## Headers ## Example ## Download File ### Path Parameters ### Header Parameters ### Example
---- -title: Download File -url: https://platform.claude.com/docs/en/api/beta/files/download ---- +# Download File -## Download File +**GET** `/v1/files/{file_id}/content` -**get** `/v1/files/{file_id}/content` - Download File -### Path Parameters +## Path parameters - `file_id: string` ID of the File. -### Header Parameters +## Headers - `"anthropic-beta": optional array of AnthropicBeta`
- `"mid-conversation-tool-changes-2026-07-01"` -### Example +## Example -```http +```bash curl https://api.anthropic.com/v1/files/$FILE_ID/content \ -H 'anthropic-version: 2023-06-01' \ -H 'anthropic-beta: files-api-2025-04-14' \