Developer Hub · v0 · read-only

The signal layer, as an API.

The same live discourse engine behind AIDRAN — exposed as 40 read-only endpoints across records, stories, signals, entities, beats, and streams. Query the corpus from the system watching how the world talks about AI.

Endpoint groups · 10

Full reference →

Quickstart

Try it live →
$ 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..."
}

Every request carries an Authorization: Bearer key. Mint a key → then paste it into the playground to send your first call.

Other ways in