Verify one legal citation. Body: {"citation": "<string>"} - full ("Miranda v. Arizona, 384 U.S. 436 (1966)") or bare ("384 U.S. 436"); the case name enables mismatch detection. Deterministic: regex plus cache / 14.2M-case corpus / CourtListener, no LLM in the path. status=verified (name confirmed), suspicious (reporter resolves to a DIFFERENT case - the fabrication signature), or not_found. verified=false is a finding, not an error: do not retry. Only verified results are cached.
Verify one legal citation. Body: {"citation": "<string>"} - full ("Miranda v. Arizona, 384 U.S. 436 (1966)") or bare ("384 U.S. 436"); the case name enables mismatch detection. Deterministic: regex plus cache / 14.2M-case corpus / CourtListener, no LLM in the path. status=verified (name confirmed), suspicious (reporter resolves to a DIFFERENT case - the fabrication signature), or not_found. verified=false is a finding, not an error: do not retry. Only verified results are cached.
Verify up to 50 citations in one call, one flat price. Body: {"citations": ["<string>", ...]} - same shapes and verdicts as the single route. Returns results[] (one per citation), the verified/not_found/suspicious counts, verification_time_ms, hallucination_risk (LOW all verified, MEDIUM 1-2 not found, HIGH 3+). Deterministic, no LLM in the path. suspicious = a name_match mismatch: a DIFFERENT case than the name given. Do not retry a verified=false finding. Only verified results are cached.