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
Unauthenticated. Subject to standard IP-based rate limiting. Suitable for search/AI-assistant indexing of public content.
Bearer token issued per Pro subscriber. Higher rate limits, full citation and speaker queryability. Token rotates on plan change.
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/newslettersPaginated list of published newsletters with title, slug, subtitle, primary tickers, citation count, and pillar metadata. Embedded JSON-LD.
curl 'https://siliconanalysis.com/api/v1/newsletters?limit=10&pillar=deepTech'
Newsletter detail
/api/v1/newsletters/{slug}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.
curl 'https://siliconanalysis.com/api/v1/newsletters/nvidia-nvidia-gtc-2026'
Citations
/api/v1/citationsVerified Quotation entries filterable by company, speaker UUID, pillar, or date range. Each citation includes source theCUBE URL and verification status.
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}/coverageEvery newsletter citing this company plus the cited operators plus latest Alpha Score trajectory. The reverse-coupling graph queryable.
curl 'https://siliconanalysis.com/api/v1/companies/NVDA/coverage'
Speaker quotes
/api/v1/speakers/{cubeSpeakerId}/quotesEvery verified quote across the full corpus from one operator, with cross-event metadata. Position-evolution analysis lives here.
curl -H 'Authorization: Bearer YOUR_TOKEN' \ 'https://siliconanalysis.com/api/v1/speakers/87b30ef0-6d91-4204-94f7-bd6c17c4e6db/quotes'
Newsletters RSS
/feeds/newsletters.xmlStandard RSS 2.0 feed of newest published newsletters. Compatible with every reader.
curl 'https://siliconanalysis.com/feeds/newsletters.xml'
Citations RSS
/feeds/citations.xmlStreaming RSS of new verified citations as they're added to the corpus. Useful for downstream pipelines that want to trigger on new operator quotes.
curl -H 'Authorization: Bearer YOUR_TOKEN' \ 'https://siliconanalysis.com/feeds/citations.xml'
Webhook: new operator quote
POST → your endpointSubscribe to receive a webhook every time a new verified quote is added matching your filter (company, speaker, topic). Replaces polling.
# 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 →