Lead screening
A lead plus your ICP criteria → a web-grounded qualification verdict with the evidence for and against.
POST/v1/screen
The example in the published schema
charged 00 credits
- auth (bearer key)
- per-key throttle
- validate body
- balance precheck
- run the capability
- charge credits ON SUCCESS ONLY
- JSON
The request body/v1/screen
{ "lead": "brightco.io", "criteria": "B2B SaaS or agency, 20-200 people, US-based, runs client meetings at volume" }
The responsepublished example
// sending the call
// 0 credits charged so farcurl https://api.thecompound.tech/v1/screen \
-H "Authorization: Bearer $COMPOUND_API_KEY" \
-H "Content-Type: application/json" \
-d '{"lead":"brightco.io","criteria":"B2B SaaS or agency, 20-200 people, US-based, runs client meetings at volume"}'Scored
3 of 3 field checks passed when the eval suite last ran against production, on 2026-07-08. Every endpoint's score
The Web & research guide has this endpoint with its example response. The reference has every parameter.