Org Chart (Entire Organization)
curl --request POST \
--url https://api.sixtyfour.ai/org-chart/full \
--header 'Content-Type: application/json' \
--data '
{
"company_name": "<string>",
"linkedin_public_id": "<string>",
"linkedin_company_url": "<string>",
"company_member_id": 123,
"max_iterations": 8,
"max_results": 25000,
"page": 1,
"page_size": 50,
"cursor": "<string>",
"include_resolution_debug": false
}
'{
"detail": "Invalid request body"
}Company Intelligence
Org Chart (Entire Organization)
Build the complete organizational structure for a target company.
POST
/
org-chart
/
full
Org Chart (Entire Organization)
curl --request POST \
--url https://api.sixtyfour.ai/org-chart/full \
--header 'Content-Type: application/json' \
--data '
{
"company_name": "<string>",
"linkedin_public_id": "<string>",
"linkedin_company_url": "<string>",
"company_member_id": 123,
"max_iterations": 8,
"max_results": 25000,
"page": 1,
"page_size": 50,
"cursor": "<string>",
"include_resolution_debug": false
}
'{
"detail": "Invalid request body"
}Headers
Body
application/json
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 <= 500001-based page number.
Required range:
x >= 1Number of results per page.
Required range:
1 <= x <= 500Opaque pagination cursor returned by a previous response.
Include company-resolution debug metadata in the response.
Response
Successful Response
Was this page helpful?
⌘I