Source Intelligence
Sweep 28 Aug 2026 ยท 00:00Z Build v2.1.250 478 read Stable v2.1.236 Latest v2.1.250 Next v2.1.250 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Page history

Download File

api/files/download

2 recorded changes 19 lines First seen Last changed Upstream

History

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"

api/files/download New page · 24 lines, new page

## Download File ### Path Parameters ### Example

A whole new page. There's nothing to diff it against, so here is what it says.

---
title: Download File
url: https://platform.claude.com/docs/en/api/files/download
---

## Download File

**get** `/v1/files/{file_id}/content`

Download File

### Path Parameters

- `file_id: string`

  ID of the File.

### Example

```http
curl https://api.anthropic.com/v1/files/$FILE_ID/content \
    -H 'anthropic-version: 2023-06-01' \
    -H "X-Api-Key: $ANTHROPIC_API_KEY"
```