{"name":"Legis Ledger API","version":"1.0.0","description":"Bayesian fact-checking infrastructure for contested knowledge","endpoints":{"GET /abstracts":"List all abstracts","GET /abstracts/:id":"Get specific abstract by ID","GET /search?q=term":"Search abstracts by title or claim","GET /filter?threshold=0.70":"Filter abstracts by confidence threshold (0.0-1.0)","GET /validate/:id":"Validate abstract schema compliance","GET /validate":"Validate all abstracts","GET /health":"Health check"},"examples":{"listAll":"/abstracts","getOne":"/abstracts/vitamin-d-bone-health-2025","search":"/search?q=vitamin","filter":"/filter?threshold=0.70","validate":"/validate/creatine-lbm-resistance-training-2025"}}