Free
No card required
$0/ month
- Monthly credits
- 250
- Burst limit
- 10 / 10s
- All protection signals
- Dashboard and API keys
- Credits reset every month
Check an email or domain for disposable providers, missing mail servers, role accounts, typos, and suspicious patterns.
Disposable domains, free subdomains, missing mail servers, role accounts, typos, and relay addresses. One check returns them all with a default action.
The inbox expires in minutes. Nothing you send there will ever be read.
POST an email or domain with a bearer key. The response carries allow, review, or block, the main reason for it, and every raw signal for your logs.
/api/v1/checkcurl -s -X POST 'https://signupscore.com/api/v1/check' \
-H 'Authorization: Bearer ss_…' \
-H 'Content-Type: application/json' \
-d '{"input":"name@tempmail.com"}'{
"request_id": "01J…",
"action": "block",
"primary_reason": "DISPOSABLE",
"signals": {
"disposable": true,
"public_provider": false,
"role_based": false,
"suspicious": false,
"privacy_relay": false,
"dynamic_dns": false,
"has_mx": true,
"suggested_domain": null,
"normalized_email": "name@tempmail.com",
"mailbox_alias": false,
"has_spf": true,
"has_dmarc": false
}
}Domain rules, relays, dynamic DNS, junk usernames and new-domain thresholds all live in the dashboard.
founder@brand-new.dev
Review
Every plan returns the same signals from the same endpoint, drawing on one credit balance. Pro raises that balance and lifts the rate limit.
Free
No card required
$0/ month
Pro
$0.48 per 1,000 checks
$12/ month
Run a single lookup without an account.
Try
The docs go deeper on the response contract and the order rules are read in.
Read the docs