Skip to main content
POST
Text search

Authorizations

X-API-Key
string
header
required

Body

application/json

The text to resolve.

text
string
required

The text to resolve (max 1,000 characters).

Maximum string length: 1000
Example:

"Competitors of rippling.com worldwide"

Response

The entities resolved from the text. Returns an empty list when there are no matches.

source_name
string

The matched entity's name.

Example:

"Stripe"

context
enum<string>

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).

Available options:
primary,
active,
passive
Example:

"primary"

entity_id
string

The entity's Specter ID — a company ID or an investor ID.

Example:

"5e3bc2b700c8f4c966ad2bbd"

entity_type
enum<string>

Entity category. Companies are returned as company, investors as investors.

Available options:
company,
investors
Example:

"company"