Skip to main content
POST
Bulk get Investor Interest Signals by ID

Authorizations

X-API-Key
string
header
required

Body

application/json
Required array length: 1 - 50 elements

Response

The investor-interest signals matching the supplied IDs. Unknown IDs are omitted.

signal_id
string
required

Unique identifier for this investor interest signal

Example:

"f7e8e33a-ea66-40e4-a567-e2afc8638bd2"

signal_date
string
required

Date when the talent signal was detected

Example:

"2026-07-10"

signal_score
number
required

Confidence score for this talent signal (1-10 scale)

Example:

8

signal_summary
string
required

Summary of the signal

Example:

"A Partner at General Catalyst and Evantic Capital are both exploring BORN amid early-stage fundraising. BORN creates AI friends that provide companionship and connection through AI and consumer social experiences."

signal_type
enum<string>
required

Type of talent signal detected

Available options:
Company,
Talent
Example:

"Company"

source_types
enum<string>
required

The course of the signal

Available options:
influencer,
journalist,
investor,
insider,
angel,
investment_bank,
venture_capital,
private_equity
Example:
signal_total_funding_usd
number
required

The total funding in USD when the signal was triggered

Example:

15000000

signal_last_funding_date
string
required

The total funding date when the signal was triggered

Example:

"2025-09-01"

signal_investors
object[]
required

The investors for this signal

entity_id
string
required

Unique identifier of the entity that this signal is for, if it's a Company signal then this is the company id, if it's a Talent signal then this is the person id. Note that this may not exist, in which case for company signals the domain can be used and for talent signals the linkedin_url can be used.

Example:

"5e3a7f110aa7a3270a54b92e"

company
object
required

Information about the company if it is a company signal.

person
object
required

Information about the person if it is a talent signal.

signal_last_funding_usd
integer | null
required

The company's most recent funding round amount in USD, as of the signal date.

signal_source
string[]
required

The sources this signal was derived from (e.g. the article or filing references that triggered it).