Extract all legal citations and references from a document URL. Returns structured citation data including case citations, statute references, and regulatory citations.
{
"url": "<string>",
"title": "<string>",
"totalCitations": 123,
"citations": {
"cases": [
{
"type": "<string>",
"citation": "<string>",
"count": 123
}
],
"statutes": [
{
"type": "<string>",
"citation": "<string>",
"count": 123
}
],
"regulations": [
{
"type": "<string>",
"citation": "<string>",
"count": 123
}
]
},
"externalLinks": [
"<string>"
],
"hint": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key starting with sk_case_
Document URL to extract citations from
URL of the legal document to extract citations from
Was this page helpful?
{
"url": "<string>",
"title": "<string>",
"totalCitations": 123,
"citations": {
"cases": [
{
"type": "<string>",
"citation": "<string>",
"count": 123
}
],
"statutes": [
{
"type": "<string>",
"citation": "<string>",
"count": 123
}
],
"regulations": [
{
"type": "<string>",
"citation": "<string>",
"count": 123
}
]
},
"externalLinks": [
"<string>"
],
"hint": "<string>"
}