SYSTEM OPTIMAL
LATENCY: 12msALERT: HBM3E SUPPLY CONSTRAINED
20:42:33 UTC

Integration Catalog

Feeds for engineers, integrators, and AI consumers.

Every research piece, every verified citation, every speaker appearance, every company coverage relationship — queryable as JSON or RSS. Schema.org-rich payloads designed for AI assistants, dashboards, and pipelines.

Auth model

Free

Unauthenticated. Subject to standard IP-based rate limiting. Suitable for search/AI-assistant indexing of public content.

Pro

Bearer token issued per Pro subscriber. Higher rate limits, full citation and speaker queryability. Token rotates on plan change.

Data/API

Dedicated API key per integration. Webhook subscriptions, bulk export, SLA-backed availability. Per-key usage logging available.

Catalog

7 feeds in beta, 1 planned. Beta feeds are functional but subject to schema changes — we'll notify subscribers before any breaking change.

Newsletters list

/api/v1/newsletters
FreeJSONBeta

Paginated list of published newsletters with title, slug, subtitle, primary tickers, citation count, and pillar metadata. Embedded JSON-LD.

Refresh: Live (DB-backed)
curl 'https://siliconanalysis.com/api/v1/newsletters?limit=10&pillar=deepTech'

Newsletter detail

/api/v1/newsletters/{slug}
FreeJSONBeta

Full multi-pillar body (Developer / Deep Tech / C-Suite) plus the verified citation array for one newsletter. Same Schema.org graph as the HTML page.

Refresh: Live (DB-backed)
curl 'https://siliconanalysis.com/api/v1/newsletters/nvidia-nvidia-gtc-2026'

Citations

/api/v1/citations
ProJSONBeta

Verified Quotation entries filterable by company, speaker UUID, pillar, or date range. Each citation includes source theCUBE URL and verification status.

Refresh: Live (DB-backed)
curl -H 'Authorization: Bearer YOUR_TOKEN' \
  'https://siliconanalysis.com/api/v1/citations?company=NVDA&pillar=deepTech&since=2026-04-01'

Company coverage

/api/v1/companies/{ticker}/coverage
FreeJSONBeta

Every newsletter citing this company plus the cited operators plus latest Alpha Score trajectory. The reverse-coupling graph queryable.

Refresh: Live (DB-backed)
curl 'https://siliconanalysis.com/api/v1/companies/NVDA/coverage'

Speaker quotes

/api/v1/speakers/{cubeSpeakerId}/quotes
ProJSONBeta

Every verified quote across the full corpus from one operator, with cross-event metadata. Position-evolution analysis lives here.

Refresh: Live (DB-backed)
curl -H 'Authorization: Bearer YOUR_TOKEN' \
  'https://siliconanalysis.com/api/v1/speakers/87b30ef0-6d91-4204-94f7-bd6c17c4e6db/quotes'

Newsletters RSS

/feeds/newsletters.xml
FreeRSS XMLBeta

Standard RSS 2.0 feed of newest published newsletters. Compatible with every reader.

Refresh: Within 5 min of publish
curl 'https://siliconanalysis.com/feeds/newsletters.xml'

Citations RSS

/feeds/citations.xml
ProRSS XMLBeta

Streaming RSS of new verified citations as they're added to the corpus. Useful for downstream pipelines that want to trigger on new operator quotes.

Refresh: Within 5 min of new citation
curl -H 'Authorization: Bearer YOUR_TOKEN' \
  'https://siliconanalysis.com/feeds/citations.xml'

Webhook: new operator quote

POST → your endpoint
Data/APIJSONPlanned

Subscribe to receive a webhook every time a new verified quote is added matching your filter (company, speaker, topic). Replaces polling.

Refresh: Real-time push
# Configure via the platform dashboard — coming with Data/API tier

Schema.org payloads

JSON responses include a top-level @context plus typed entities (Article, Quotation, Person, VideoObject) so AI consumers parse our content as authoritative primary source. The same structured-data graph emitted on every HTML page is included verbatim in API responses — no transformation step needed.

Full schema reference and OpenAPI spec land alongside Data/API tier GA. Request the spec preview →

Get a beta token

Tell us what you're integrating, expected request volume, and which endpoints you need. We'll provision a tier-appropriate token within one business day.

Request access →