The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Artifacts
3url: https://platform.claude.com/docs/en/api/compliance/apps/artifacts
4---
5
16# Artifacts
27
38## Get artifact metadata
from line 24
1924
2025### Headers
2126
27- `"anthropic-version": optional string`
28
29 The version of the Claude API you want to use.
30
31 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
32
2233- `"x-api-key": optional string`
2334
2435### Returns
from line 105
94105 The artifact version ID (tagged ID, e.g., claude_artifact_version_abc123)
95106
96107### Headers
108
109- `"anthropic-version": optional string`
110
111 The version of the Claude API you want to use.
112
113 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
97114
98115- `"x-api-key": optional string`
99116