Org Chart (Find People)
curl --request POST \
--url https://api.sixtyfour.ai/org-chart/find-people \
--header 'Content-Type: application/json' \
--data '
{
"people_focus_prompt": "<string>",
"company_name": "<string>",
"linkedin_public_id": "<string>",
"linkedin_company_url": "<string>",
"company_member_id": 123,
"max_iterations": 8,
"max_results": 25000,
"include_resolution_debug": false
}
'{
"detail": "Invalid request body"
}Company Intelligence
Org Chart (Find People)
Find specific people at a target company based on organizational structure.
POST
/
org-chart
/
find-people
Org Chart (Find People)
curl --request POST \
--url https://api.sixtyfour.ai/org-chart/find-people \
--header 'Content-Type: application/json' \
--data '
{
"people_focus_prompt": "<string>",
"company_name": "<string>",
"linkedin_public_id": "<string>",
"linkedin_company_url": "<string>",
"company_member_id": 123,
"max_iterations": 8,
"max_results": 25000,
"include_resolution_debug": false
}
'{
"detail": "Invalid request body"
}Headers
Body
application/json
Natural-language description of which people to find (e.g. 'engineering leaders').
Target company name. Used to disambiguate when a LinkedIn handle is ambiguous.
LinkedIn public ID for the company (e.g. 'sixtyfour-ai').
Full LinkedIn company URL.
Internal numeric LinkedIn company member ID.
Maximum research iterations the agent may run.
Required range:
1 <= x <= 20Maximum number of people returned across all pages.
Required range:
1 <= x <= 50000Include company-resolution debug metadata in the response.
Response
Successful Response
Was this page helpful?
⌘I