Build on the
signal layer.
The same live discourse engine behind AIDRAN — exposed as a structured API across records, stories, signals, entities, beats, and streams. Query the corpus. Trace story shifts. Build from the system watching how the world talks about AI.
$ curl https://app.aidran.ai/v1/records?source=reddit&limit=10 \-H 'Authorization: Bearer YOUR_KEY'{"items": [{"id": "r_2611_0c41","source": "reddit","title": "On post-deployment monitoring...","sentimentScore": -0.34,"publishedAt": "2026-05-09T06:11:00Z"}],"nextCursor": "eyJ0czoxNzM..."}
Endpoint groups · 10
Full reference →Discourse records ingested from public source kinds.
/v1/records/v1/records/{id}/v1/records/{id}/embedding/v1/records/{id}/entitiesAI-generated editorial stories with citations and provenance.
/v1/stories/lead/v1/stories/v1/stories/count/v1/stories/by-slug/{slug}σ-thresholded novelty, velocity, and divergence detections.
/v1/signals/v1/signals/feed/v1/signals/{id}/v1/signals/{id}/evidenceAlgorithmically-clustered discourse themes mapped to editorial beats.
/v1/topics/v1/topics/{id}Named people, organisations, products, and concepts with mention analytics.
/v1/entities/v1/entities/{id}/v1/entities/by-slug/{entityKey}/v1/entities/sitemap-pagesPer-source ingestion volumes and health for configured source kinds.
/v1/sourcesHybrid vector + keyword search across records, stories, entities, and topics.
/v1/search/v1/search/quick/v1/search/similar/v1/search/embedCorpus-level timelines, sentiment distributions, and trending entities.
/v1/stats/global/timeline/v1/stats/sources/{id}/timeline/v1/stats/sentiment/timeline/v1/stats/entities/trendingNamed temporal threads grouping related stories into editorial arcs.
/v1/arcs/v1/arcs/{slug}Server-sent event streams for live signal updates.
/v1/stream/signals/v1/stream/storiesSignal stream via Server-Sent Events
Subscribe to /v1/stream/signals for real-time anomaly updates as the pipeline detects them. Heartbeats every 30 seconds.
text/event-streamOther ways in
npm i aidranA typed TypeScript / JavaScript client. Auth, cursor pagination, and the live signal stream handled for you. Same Bearer key as the REST API.
SDK docs →docker pull aidran/aidranContainer images for the AIDRAN client, plus reference compose charts for VPC and air-gapped deployments. Not yet shipped — we will tell you exactly where each piece stands.
Read the plan →The reference tab has full parameter docs, response shapes, and curl / TypeScript / Python examples for all 40 endpoints.