Polls API
Read-only JSON API for exploring AI opinion poll data.
GET /api/polls/questions — List published questions with scores. Filter by category, source, tag. Sort by humanSimilarity, aiConsensus, aiConfidence. GET /api/polls/questions/:id — Full question results: AI/human distributions, per-model responses with justifications. GET /api/polls/models — List models with aggregate scores. Filter by family. Sort by name, humanAlignment, aiConsensus, selfConsistency. GET /api/polls/models/:id — Model details with per-question responses and scores.