Skip to main content
POST
Company Intelligence (Sync)

Headers

x-api-key
string | null

Body

application/json
struct
Struct · object
required

Mapping of output field name to natural-language description of what to extract.

target_company
Target Company · object
required

Company identifiers (e.g. company_name, domain, linkedin).

find_people
boolean
default:false

If true, also discover key people at the company.

people_focus_prompt
string | null

Natural-language description of which people to surface when find_people=true.

lead_struct
Lead Struct · object | null

Output schema for each discovered person when find_people=true.

research_plan
string | null

Optional natural-language plan that guides the research agent.

tier
enum<string> | null

Quality and cost tier for the research agent.

Available options:
low,
micro,
medium,
high
full_org_chart
boolean
default:false

If true, return the full org chart instead of a focused list.

webhook_url
string<uri> | null

HTTPS URL that receives the result payload when the async job completes.

Required string length: 1 - 2083
field_confidence
boolean | null

If true, return confidence scores for each requested output field.

Response

Successful Response