The whole hunk
from line 19, old and new numbered
/
lines
from line 19
1919
2020## Headers
2121
22- `"anthropic-version": optional string`
23
24 The version of the Claude API you want to use.
25
26 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
27
2822- `"x-api-key": optional string`
2923
3024## Returns
from line 61
6761
6862```bash
6963curl https://api.anthropic.com/v1/compliance/apps/chats/files/$CLAUDE_FILE_ID \
64 -H 'anthropic-version: 2023-06-01' \
7065 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
7166```
7267