Text search
Resolve a short piece of text to the Specter entities it refers to. Pass a passage to pull out the entities mentioned, or a natural-language query (e.g. “competitors of rippling.com” or “fintech investors”) to get the entities that match. Each result includes the entity’s Specter ID, type, and how central it is to the text.
Behaviour
- Accepts up to 1,000 characters.
- Each match carries a
context:primary(a main subject or direct match),active(a meaningful supporting role, e.g. an investor in a round), orpassive(mentioned in passing). - People aren’t supported yet.
- No matches returns an empty list.
Authorizations
Body
The text to resolve.
The text to resolve (max 1,000 characters).
1000"Competitors of rippling.com worldwide"
Response
The entities resolved from the text. Returns an empty list when there are no matches.
The matched entity's name.
"Stripe"
How central the entity is to the text: primary (a main subject or direct match), active (a meaningful supporting role, e.g. an investor in a round), or passive (mentioned incidentally).
primary, active, passive "primary"
The entity's Specter ID — a company ID or an investor ID.
"5e3bc2b700c8f4c966ad2bbd"
Entity category. Companies are returned as company, investors as investors.
company, investors "company"