Search the Legal Skills Store using hybrid search (text + tag + semantic). Returns ranked results with relevance scores.
curl --request GET \
--url https://api.case.dev/skills/resolve \
--header 'Authorization: Bearer <token>'{
"results": [
{
"slug": "<string>",
"name": "<string>",
"summary": "<string>",
"tags": [
"<string>"
],
"score": 123
}
],
"methods_used": [
"<string>"
]
}API key starting with sk_case_
Search query string
Maximum number of results to return (1-20)
1 <= x <= 20Was this page helpful?
curl --request GET \
--url https://api.case.dev/skills/resolve \
--header 'Authorization: Bearer <token>'{
"results": [
{
"slug": "<string>",
"name": "<string>",
"summary": "<string>",
"tags": [
"<string>"
],
"score": 123
}
],
"methods_used": [
"<string>"
]
}