Entities
Cross-sector entity graph endpoints. Scope: entities:read for all of them.
GET /v1/entities/search
bash
curl "https://api.forumatlas.com/v1/entities/search?q=lockheed§ors=defense,space" \
-H "Authorization: Bearer $FORUM_API_KEY"GET /v1/entities/{id}
One resolved entity: canonical name, aliases, tickers, sector tags, importance.
GET /v1/entities/{id}/relationships
The entity's edges in the graph — investors, suppliers, board ties, program participation — each with provenance.
GET /v1/entities/by_alias
Resolve a surface form (“Lockmart”) to a canonical entity.
GET /v1/entities/cross_sector_matrix
Sparse matrix of cross-sector entities × sectors. Powers the marketing-page cross-sector view + Forum Network matrix UI.
POST /v1/entities/resolve
Batch alias resolution for B2A2B callers ingesting unstructured text.