Exclude Feed › API docs

API docs & pricing

One unified, deduped exclusion & sanctions screening API across the public US federal lists.

FCRA-safe scope. This is vendor / business-entity KYB + sanctions compliance screening across public US federal lists. It is not a consumer report under the Fair Credit Reporting Act and must not be used to make decisions about an individual's credit, employment, insurance, or tenancy. Sanctions and exclusion screening for compliance falls outside FCRA — we keep it there.

Endpoints

POST /api/roster   {org,period?,roster:[name|{name,npi}]}  # MONTHLY re-screen -> SIGNED RECEIPT
GET  /receipt/<id>                            # verify / render a compliance receipt
GET  /api/receipt-key                         # ed25519 receipt-signing public key
GET  /api/screen?name=&npi=&uei=&state=       # screen one entity
POST /api/screen   {name,npi?,uei?,state?}     # same, JSON body
POST /api/batch    {entities:[...]}            # bulk screen up to 50
POST /api/watch    {name,npi?,webhook?,email?} # add to daily re-screen + alert
GET  /api/meta                                 # list freshness + row counts
POST /mcp                                       # MCP (roster_rescreen, screen_exclusion, screen_batch, watch_entity)
GET  /.well-known/x402 · /llms.txt · /x402.json   # agent discovery

Response shape

{ "match": true, "verdict": "MATCH", "confidence": 0.95,
  "listsHit": ["OFAC SDN"], "listsChecked": [...],
  "findings": [{ "list":"OFAC SDN", "name":"...", "exclType":"sanctions",
                 "program":"CUBA", "sourceUrl":"https://...", "confidence":0.95 }],
  "disclaimer": "FCRA-SAFE: ..." }

Pricing

Priced for the recurring monthly mandate, not per-lookup.

TierPriceIncludes
Free$01 single screen/day · live LEIE + OFAC search · no receipt
Starter$19/moRoster re-screen up to 100/mo · signed monthly receipt · batch · API key + MCP
Compliance$99/moUp to 1,000 roster/mo · OFAC + SAM combined · auto monthly re-screen + webhook · dated receipt archive
Volume / agent$200/moUnlimited roster + API/MCP volume · live SAM.gov · priority support
Pay-per-call (x402)$0.20 roster · $0.05 singleAgent-native, keyless USDC on Base — no signup

Subscribe (card or PayPal, no account needed at checkout): use the buttons on the home page, then email zivcomputerscience@gmail.com with the receipt + roster size — we activate your API key + recurring receipt within the business day. Crypto: USDT (TRC20) TNvb5tyrzWZW9iNUwQ6TTiY87MGLs1Cgsi · USDC (Base) 0x38134a7F97636E26365Fb17405566595B917a341.

Data freshness

{
  "builtAt": "2026-06-22T12:09:24.959Z",
  "lists": {
    "OFAC SDN": 19073,
    "OFAC Consolidated": 442,
    "OIG LEIE": 83464
  },
  "counts": {
    "OFAC SDN": 19073,
    "OFAC Consolidated": 442,
    "OIG LEIE": 83464,
    "SAM.gov": 0,
    "state": 0,
    "total": 102979
  },
  "shards": 597,
  "tokenShards": 667,
  "source": "host-seed"
}