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>"
}API key starting with sk_case_
Unique skill slug identifier
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>"
}