Skip to main content
POST
/
company-intelligence-async
Company Intelligence (Async)
curl --request POST \
  --url https://api.sixtyfour.ai/company-intelligence-async \
  --header 'Content-Type: application/json' \
  --data '
{
  "struct": {},
  "target_company": {},
  "find_people": false,
  "people_focus_prompt": "<string>",
  "lead_struct": {},
  "research_plan": "<string>",
  "full_org_chart": false,
  "webhook_url": "<string>",
  "field_confidence": true
}
'
{
  "detail": "Invalid request body"
}

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

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