v1
latestOpenAPI 3.0.02026-07-223589127.1 KBPeople Search
Estimate people search
Pre-flight conservative credit estimate for POST /api/v1/people/search. Includes contact enrichment assumptions when includeContacts is true.
post/api/v1/people/search/estimate
Request body
Example request
{
"query": "VP Engineering at hiring B2B SaaS companies in SF",
"contactFields": [
"email"
],
"maxCredits": 2500
}Response
Conservative people search preflight estimate and contact enrichment breakdown.
Example response
{
"expectedLatencyRange": "30s-5m",
"assumptions": {
"mode": "conservative_preflight_ceiling"
}
}