RECORD Record A single ingested item from a source platform. The atomic unit of the corpus — a Reddit post, arXiv abstract, Bluesky post, YouTube video, Hugging Face record, or news article.
idsourcetitle+3
View JSON → SIGNAL Signal A σ-thresholded anomaly detected in discourse. Has a kind (novelty · velocity · divergence), a sigma score, severity (high / medium / low), and an evidence chain.
kindseveritysigmaScore+2
View JSON → STORY Story An AI-generated editorial story synthesising signals and records into a published piece. Has a headline, lede, full body, citation sources, and a version chain.
slugheadlinelede+3
View JSON → BEAT Beat An editorial topic cluster — Governance, Research, Industry, Discourse — that mirrors a newsroom beat. Topics are the algorithmic groupings; beats are the editorial labels.
sluglabelrecordCount+1
View JSON → ENTITY Entity A tracked named concept — a person, organisation, product, or place — with extracted mention counts, sentiment trends, source diversity, and prominence ranking.
slugcanonicalPathlede+2
View JSON → ARC Arc A named temporal thread grouping related stories. Captures how a subject evolves over time — e.g. "EU AI Act timeline" or "Foundation model M&A wave."
slugtitlearcStatus+2
View JSON → WIRE Wire The live SSE stream and timestamped dispatch feed. Signals stream from /v1/stream/signals in real time. Also published as curated dispatches 3× daily on the publication.
eventdata.kinddata.severity+1
View JSON → CURSOR Cursor All list endpoints use opaque cursor pagination. Pass nextCursor as ?cursor= in the next request. Cursors encode a (timestamp, id) pair and survive across requests.
nextCursorcursorlimit (default 20, max 100)
View JSON →