POST
/
companies
/
autopilot
/
run
Autopilot - Run
curl --request POST \
  --url https://api.village.do/v1/companies/autopilot/run \
  --header 'Content-Type: application/json' \
  --header 'x-access-token: <api-key>' \
  --data '{
  "query": "AI startups in San Francisco with >50 employees",
  "criteria": [
    "Strong product-market fit",
    "Experienced leadership team",
    "Recent funding round"
  ],
  "target_records_count": 50,
  "screening_fields": [
    "overall_match_score",
    "top_strengths"
  ]
}'
{
  "list_id": "67890",
  "status": "pending"
}

Authorizations

x-access-token
string
header
required

JWT token obtained from /users/authorization endpoint

Body

application/json

Response

200
application/json

Autopilot screening started successfully

The response is of type object.