Skip to main content
POST
/
company-intelligence
Company Intelligence (Sync)
curl --request POST \
  --url https://api.sixtyfour.ai/company-intelligence \
  --header 'Content-Type: application/json' \
  --data '
{
  "target_company": {},
  "struct": {},
  "find_people": false,
  "people_focus_prompt": "<string>",
  "lead_struct": {},
  "research_plan": "<string>",
  "max_iterations": 8,
  "benchmark": false,
  "tier": "low",
  "full_org_chart": false,
  "webhook_url": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.sixtyfour.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-api-key
string | null

Body

application/json
target_company
Target Company · object
required

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

struct
Struct · object
required

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

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.

max_iterations
integer | null
default:8

Maximum research iterations the agent may run.

benchmark
boolean | null
default:false

Include timing and quality benchmark data in the response.

tier
enum<string> | null

Quality and cost tier for the research agent.

Available options:
low,
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

Response

Successful Response