Indicators
Computed metrics such as Industry TSI. Document search, deals, and grouped events now live under Proof Points, Facts, and Manifestations.
Indicators in Connect are computed metrics over topics — not the document or deal APIs.
Today that means Industry TSI: an industry-level trend strength time series. Call GET /indicators/industry-tsi/time-series.
Older /indicators/* routes for patents, news, grants, investments, and similar are deprecated. They still work, but new integrations should use:
- Proof points — indexed documents (
POST /proof-points/...) - Facts — knowledge-graph organizations, investments, and acquisitions (
POST /facts/...) - Manifestations — grouped events (
POST /manifestations/search)
The Release 0.0.1 note has the full endpoint map and a copy-paste LLM prompt to migrate a codebase. Deprecated guides remain under Deprecated.