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 sample from today's flagship detail endpoint. Public payloads can be limited or redacted. The backend exposes read endpoints for signals, storylines, and briefings.
Public flagship sample
GET /v1/narratives/438c59b6-03b3-4ae3-9ae3-eba63f122ce8?tenant=energy
{
"id": "438c59b6-03b3-4ae3-9ae3-eba63f122ce8",
"title": "Donut Labs Responds to Critics",
"summary": "There has been a frenzy of response to Donut Labs’ announcement of the world’s first solid-state battery. Donut Labs produced a response video to critics. The video says everyone jumped the shark, and independent testing is coming. It drops hints all over the place. It tells their strategy and why ... [continued] The post Donut Labs Responds to Critics appeared first on CleanTechnica .",
"first_seen_at": "2026-02-23T13:18:35Z",
"last_seen_at": "2026-02-23T16:32:04Z",
"created_at": "2026-02-23T18:09:16.894417Z",
"updated_at": "2026-02-24T06:08:36.281980Z",
"timeframe": "24h",
"run_id": null,
"metrics": {
"divergence": 11.1417,
"post_count": 4,
"momentum_1h": 0,
"momentum_7d": 4,
"score_total": 1.71019,
"shill_score": 7.5,
"momentum_24h": 4,
"market_movers": [],
"evidence_score": 0.75,
"unique_authors": 4,
"coherence_score": 0.8063,
"diversity_bonus": 0.2125,
"duplicate_ratio": 0,
"platforms_count": 2,
"social_momentum": 4,
"divergence_label": "chatter_without_pricing",
"market_conviction": 0,
"origin_share_top1": 0.5,
"unique_publishers": 2,
"origin_layer_posts": 0,
"source_types_count": 2,
"unique_authors_24h": 4,
"unique_origin_urls": 4,
"amplifier_share_top1": 0.5,
"author_concentration": 0.25,
"publisher_share_top1": 0.5,
"amplifier_layer_posts": 4,
"concentration_penalty": 0,
"unique_origin_domains": 3,
"source_diversity_bonus": 0.2,
"unique_publisher_types": 2,
"unique_origin_publishers": 3
},
"platforms": [
"reddit",
"rss"
],
"top_tickers": [],
"why_now": [],
"display_title": "Donut Lab's Solid-State Battery: Proof and Responses to Critics",
"display_summary": "Donut Lab is preparing to release proof of its solid-state battery technology, which has generated both excitement and skepticism. The company has responded to critics and announced that independent testing results will be available soon.",
"narrative_frame_display": "The recent developments surrounding Donut Lab's solid-state battery technology have sparked significant interest and debate. The Finnish startup has announced that it will soon provide proof of its innovative battery's capabilities, which has been met with both excitement and skepticism. In response to critics, Donut Lab released a video outlining its strategy and hinting at forthcoming independent testing results. This comes after a flurry of reactions to their announcement of what they claim to be the world's fir.",
"display_tags": [
"insideevs_cleantechnica_independent"
],
"tags": [
"insideevs_cleantechnica_independent"
],
"cscope_tags": [
"insideevs_cleantechnica_independent"
],
"why_now_display": [
"The announcement comes at a time of heightened interest in advanced battery technologies.",
"The electric vehicle market is rapidly evolving, making breakthroughs in battery tech critical.",
"Donut Lab's responses to critics are timely as skepticism grows around new battery claims."
],
"why_it_matters_display": [
"The development of solid-state batteries could revolutionize energy storage and electric vehicles.",
"Donut Lab's claims, if proven true, may set new standards in battery technology.",
"Independent testing will provide credibility to the company's assertions and impact investor confidence."
],
"show_why": true,
"sources_display": [
{
"url": "https://insideevs.com/news/787887/donut-lab-solid-state-battery-proof-soon/",
"label": "insideevs.com: InsideEVs (via Reddit)",
"published_at": "2026-02-23T14:52:15+00:00"
},
{
"url": "https://cleantechnica.com/2026/02/23/donut-labs-responds-to-critics/",
"label": "cleantechnica.com: CleanTechnica",
"published_at": "2026-02-23T14:34:16+00:00"
},
{
"url": "https://pub-fee113bb711e441db5c353d2d31abbb3.r2.dev/VTT_CR_00092_26.pdf",
"label": "pub-fee113bb711e441db5c353d2d31abbb3.r2.dev: Independent Test Report (via Reddit)",
"published_at": "2026-02-23T13:18:35+00:00"
},
{
"url": "https://cleantechnica.com/2026/02/23/donut-lab-meant-what-they-said-about-that-new-solid-state-ev-battery/",
"label": "CleanTechnica: Donut Lab Meant What They Said About That New Solid-State EV Battery",
"published_at": "2026-02-23T16:32:04+00:00"
}
],
"llm_status": "ok",
"llm_meta": {
"model": "gpt-4o-mini",
"prompt_version": "enrich_v2",
"input_hash": "eea017d6010463d8578ab6f0fec0184ea32542ad6066177f4567d47eadcd438e",
"updated_at": "2026-02-24T06:11:20.800145+00:00",
"llm_metadata": {
"env": "prod",
"host": "e47ed83e0442",
"stage": "signals.enrich",
"run_id": "3a2c25e3-fbe2-4bad-b7a1-e794c77be09d",
"tenant": "energy",
"service": "api",
"pipeline": "pipeline_run",
"correlation_id": "438c59b6-03b3-4ae3-9ae3-eba63f122ce8"
}
},
"story_id": "45b80817-455a-4cdb-8fe9-aae087ab3f69"
}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.