Skip to main content
POST
/
people-intelligence-async
People Intelligence (Async)
curl --request POST \
  --url https://api.sixtyfour.ai/people-intelligence-async \
  --header 'Content-Type: application/json' \
  --data '
{
  "lead_info": {},
  "struct": {},
  "research_plan": "<string>",
  "max_iterations": 123,
  "benchmark": true,
  "tier": "low",
  "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
lead_info
Lead Info · object
required

Lead identifiers (e.g. name, email, company, linkedin).

struct
Struct · object

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

research_plan
string | null

Optional natural-language plan that guides the research agent.

max_iterations
integer | null

Maximum research iterations the agent may run.

benchmark
boolean | null
default:true

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,
xhigh
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