Live monitoring and testing for the Bayesian fact-checker API
โน๏ธ About This Page
This is a live health check for the Legis Ledger API. All tests run directly in your browser against the production API at demo.legisledger.com.
This page demonstrates API transparency and helps developers verify functionality.
API Base URL
https://demo.legisledger.com/api
Status:Click "Run All Tests" to check
Test 1: API Documentation Pending
GET /api
Verifies the API is online and returns documentation.
Test 2: List All Abstracts Pending
GET /api/abstracts
Lists all available knowledge abstracts with metadata.
Test 3: Search Functionality Pending
GET /api/search?q=vitamin
Tests text search across claims and identifiers.
Test 4: Confidence Filtering Pending
GET /api/filter?threshold=0.70
Filters abstracts by minimum confidence level (โฅ70%).
Test 5: Individual Abstract Retrieval Pending
GET /api/abstracts/vitamin-d-bone-health-2025
Retrieves a specific abstract by identifier.
Test 6: Schema Validation Pending
GET /api/validate
Validates all abstracts against schema requirements.
Tests run entirely in your browser. Results update live.