Every outbound call cleared
before it's placed.
One API call before your dialer places a call. It checks consent on file, the national and state Do Not Call lists, known litigators, calling hours, and opt-outs, then returns allow or block in milliseconds. Every decision is logged so you have the record if a lawyer asks for it.
Outbound AI agents dial faster than anyone can check the list by hand.
TCPA statutory damages run $500 to $1,500 per call, most TCPA suits are filed as class actions, and the voice platforms state in their documentation that consent and Do Not Call compliance are the customer's responsibility. Call Clearance handles that responsibility for agencies.
Consent of record
Post each opt-in (web form, text reply, or recorded verbal consent) to one ledger with its source, timestamp, and evidence. The pre-call check reads this ledger first.
Do Not Call and litigators
The national registry under each client's own FTC SAN, the state lists, and a known-litigator suppression list, refreshed on schedule. Each client is registered separately, as the FTC requires.
Evidence you can hand over
Every decision is written to a tamper-evident log. Export a per-number report showing the consent source, each check, and each opt-out.
How it works
One HTTP call before each dial and one webhook after it. We maintain the lists, the registrations, and the records.
Add your clients
Each business you call for gets its own account. We complete the FTC registration and state-list setup for each one, so every scrub runs under the correct account.
Record consent as it happens
Post opt-ins from your forms, SMS replies, and your agent's verbal capture to the ledger as they occur.
Check before every call
Your dialer or voice platform calls /v1/check with the number and client ID. It receives allow or block with a reason in under 200 ms.
Propagate every opt-out
When a contact says stop, asks not to be called, or is flagged by post-call analysis, the opt-out is sent to us and the number is blocked on every list for every client.
The whole integration
Works from anywhere that can make an HTTP request. Retell's pre-call webhook can call it directly. On Vapi, Bland, or your own dialer, call it before placing the call.
POST https://api.callclearance.com/v1/check
Authorization: Bearer cc_live_…
Content-Type: application/json
{ "client_id": "cl_8f2a", "to": "+14105550123", "channel": "voice" }
→ 200 OK
{
"decision": "block",
"reason": "national_dnc",
"checked": ["consent", "national_dnc", "state_dnc", "litigator", "hours", "internal_optout"],
"evidence_id": "ev_01J9…"
}
Full documentation, SDKs, and platform guides are provided with access. Ask for the docs.
Pricing
A monthly fee plus a per-check rate. No seats and no annual contract.
Agency
- Unlimited clients
- Consent ledger and evidence export
- National, state, and litigator lists
- Retell, Vapi, Bland, ElevenLabs, Twilio
- FTC registration handled for each client
Volume
- Lower per-check rate
- Review of your consent flows
- State telemarketing registrations
- Custom retention and export
Example: an agency placing 100,000 calls a month pays $1,099 that month.
Request access
We are onboarding a small number of agencies by hand. Email us with the platform you run on and your approximate monthly outbound call volume.
support@callclearance.com