## Headers
The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Create Skill Version
3url: https://platform.claude.com/docs/en/api/skills/versions/create
4---
5
16# Create Skill Version
27
38**POST** `/v1/skills/{skill_id}/versions`
from line 17
1217
1318 The format and length of IDs may change over time.
1419
20## Headers
21
22- `"anthropic-workspace-id": optional string`
23
1524## Body parameters (form-data)
1625
1726- `files: array of string`
from line 33
2433
2534- `SkillVersion object`
2635
36 - `type: "skill_version"`
37
38 Object type.
39
40 For Skill Versions, this is always `"skill_version"`.
41
42 default: skill_version
43
2744 - `id: string`
2845
2946 Unique identifier for this Skill Version. The id addresses the version in
from line 70
5370 Unique identifier for the skill.
5471
5572 The format and length of IDs may change over time.
56
57 - `type: "skill_version"`
58
59 Object type.
60
61 For Skill Versions, this is always `"skill_version"`.
62
63 default: skill_version
6473
6574## Example
6675