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 57
6357
6458```bash
6559curl https://api.anthropic.com/v1/compliance/apps/chats/generated-files/$CLAUDE_GEN_FILE_ID \
60 -H 'anthropic-version: 2023-06-01' \
6661 -H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"
6762```
6863