POST
/
people
/
autopilot
/
run
Autopilot - Run
curl --request POST \
  --url https://api.village.do/v1/people/autopilot/run \
  --header 'Content-Type: application/json' \
  --header 'x-access-token: <api-key>' \
  --data '{
  "query": "Fintech founders in London with Series A funding",
  "criteria": [
    "Has experience scaling SaaS products",
    "Strong technical background",
    "Previous startup exit"
  ],
  "target_records_count": 100,
  "screening_fields": [
    "all"
  ]
}'
{
  "list_id": "12345",
  "status": "pending",
  "message": "List created and autopilot screening started"
}

Authorizations

x-access-token
string
header
required

JWT token obtained from /users/authorization endpoint

Headers

user-identifier
string

Optional user identifier to associate the autopilot screening with a specific user when using API key authentication.

Body

application/json

Response

200
application/json

Autopilot screening started successfully

The response is of type object.