Read the full content of a legal skill by its slug. Returns markdown content, tags, and metadata.
curl --request GET \
--url https://api.case.dev/skills/{slug} \
--header 'Authorization: Bearer <token>'{
"slug": "<string>",
"name": "<string>",
"summary": "<string>",
"content": "<string>",
"tags": [
"<string>"
],
"version": "<string>",
"author_name": "<string>",
"license": "<string>",
"metadata": {},
"source": "curated"
}API key starting with sk_case_
Unique skill slug identifier
Skill details
Unique skill identifier
Skill name
Brief skill description
Full skill content in markdown
Skill tags
Skill version
Skill author
Skill license
Custom metadata (custom skills only)
Skill source (authenticated requests only)
curated, custom Was this page helpful?
curl --request GET \
--url https://api.case.dev/skills/{slug} \
--header 'Authorization: Bearer <token>'{
"slug": "<string>",
"name": "<string>",
"summary": "<string>",
"content": "<string>",
"tags": [
"<string>"
],
"version": "<string>",
"author_name": "<string>",
"license": "<string>",
"metadata": {},
"source": "curated"
}