People Intelligence (Sync)
curl --request POST \
--url https://api.sixtyfour.ai/people-intelligence \
--header 'Content-Type: application/json' \
--data '
{
"lead_info": {},
"struct": {},
"research_plan": "<string>",
"webhook_url": "<string>",
"field_confidence": true
}
'{
"detail": "Invalid request body"
}People Intelligence
People Intelligence (Sync)
Find and enrich a single person.
POST
/
people-intelligence
People Intelligence (Sync)
curl --request POST \
--url https://api.sixtyfour.ai/people-intelligence \
--header 'Content-Type: application/json' \
--data '
{
"lead_info": {},
"struct": {},
"research_plan": "<string>",
"webhook_url": "<string>",
"field_confidence": true
}
'{
"detail": "Invalid request body"
}Headers
Body
application/json
Single lead to process. Provide any combination of name, email, company, linkedin, etc.
Mapping of output field name to natural-language description of what to extract.
Optional natural-language plan that guides the research agent.
Quality and cost tier for the research agent.
Available options:
low, micro, medium, high HTTPS URL that receives the result payload when the async job completes.
Required string length:
1 - 2083If true, return confidence scores for each requested output field.
Response
Successful Response
Was this page helpful?
⌘I