Feed API

Signals via API

Feed API access for integrations is available under Business plans. Public endpoints show a limited or redacted payload; Pro is for individual app access.

Public example payload from the feed endpoint. The backend exposes read endpoints for signals, storylines, and briefings.

Public example payload

GET /v1/feed/stories?limit=3&timeframe=24h&sort=momentum&tenant=geopolitics

{
  "run_id": "example-run",
  "timeframe": "24h",
  "items": [
    {
      "story_id": "example-storyline",
      "title": "Example storyline signal",
      "summary": "This is a representative storyline item returned by the feed.",
      "trend_status": "upcoming",
      "metrics": {
        "score_total": 71.2,
        "momentum_24h": 9.4,
        "post_count": 12,
        "unique_origin_publishers": 5
      }
    }
  ],
  "disclaimer": "No investment advice. Research signals and sources only. EarlyNarratives provides informational signals derived from public sources. It does not provide financial, legal, or tax advice."
}
Capabilities
  • Signals and storylines feed endpoints with filtering and rate limits
  • Briefing delivery endpoints for integrations
  • Evidence link payloads for auditability
Integrate in your workflow
  • Route top stories into Slack or Teams for morning and evening desk updates.
  • Sync storyline evidence into Notion, Airtable, or internal research trackers.
  • Feed metrics into BI dashboards for momentum, concentration, and source mix monitoring.

Quick start endpoints: /v1/feed/stories, /v1/signals, /v1/storylines/search, /v1/briefings/latest.

For product access, see Pricing.