One change
Download File
api/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/files/download Changed · +5 / -10 lines
# Download File ## Path parameters ## Example ## Download File ### Path Parameters ### Example
from line 1
---- -title: Download File -url: https://platform.claude.com/docs/en/api/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. -### Example +## Example -```http +```bash curl https://api.anthropic.com/v1/files/$FILE_ID/content \ -H 'anthropic-version: 2023-06-01' \ -H "X-Api-Key: $ANTHROPIC_API_KEY"