High Signal Podcasts Evidence ledger
Method
Browse

Public read-only API

Retrieve the evidence without scraping the page.

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

Start with the corpus.

https://api.podcasts.highsignal.app

Use GET /api/stats for counts and GET /api/people for the current speaker index.

Evidence / 02

Keep the receipt attached.

GET /api/claims/{id} returns one published claim with its evidence and actionable references.

Search / 03

Ask only what the corpus can answer.

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.