Base URL / 01
Start with the corpus.
https://api.podcasts.highsignal.app Use GET /api/stats for counts and GET /api/people for the current speaker index.
Public read-only API
The public API exposes only published records. It needs no account or API key and cannot create, edit, review, or publish claims.
Base URL / 01
https://api.podcasts.highsignal.app Use GET /api/stats for counts and GET /api/people for the current speaker index.
Evidence / 02
GET /api/claims/{id} returns one published claim with its evidence and actionable references.
Search / 03
GET /api/search?q=agents supports person, type, topic, and date filters. Empty matches return explicit insufficient evidence.
The current public surface is unauthenticated and read-only. Administrative ingestion and review routes are separate, protected operator surfaces and are not documented for public use.