Developer Hub · v0

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 →
Live · SSE

Signal 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-stream

Other ways in

Full reference

The reference tab has full parameter docs, response shapes, and curl / TypeScript / Python examples for all 40 endpoints.

View reference →