resources/skills/subresources/content/index.md +0 −18 deleted
File Deleted View Diff
1# Content
2
3## Download a skill zip bundle by its ID.
4
5**get** `/skills/{skill_id}/content`
6
7Download a skill zip bundle by its ID.
8
9### Path Parameters
10
11- `skill_id: string`
12
13### Example
14
15```http
16curl https://api.openai.com/v1/skills/$SKILL_ID/content \
17 -H "Authorization: Bearer $OPENAI_API_KEY"
18```