The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Generated Files
3url: https://platform.claude.com/docs/en/api/compliance/apps/chats/generated_files
4---
5
16# Generated Files
27
38## Get Claude-generated file metadata
from line 21
1621
1722### Headers
1823
24- `"anthropic-version": optional string`
25
26 The version of the Claude API you want to use.
27
28 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
29
1930- `"x-api-key": optional string`
2031
2132### Returns
from line 95
8495 The generated-file id (e.g., 'claude_gen_file_abc123') as returned in `chat_messages[].generated_files[].id` from GET /apps/chats/{claude_chat_id}/messages.
8596
8697### Headers
98
99- `"anthropic-version": optional string`
100
101 The version of the Claude API you want to use.
102
103 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
87104
88105- `"x-api-key": optional string`
89106