Why you are here
You want to stop bad addresses before they hit your ESP, protect sender reputation, and keep acquisition lists clean. The Bolt Route Email Verification API lets you validate a single address at signup or run large list checks in the background without building a full pipeline yourself.What you can do
Verify one address
Check deliverability signals on a single email in real time.
Verify a list
Submit a list and download results when processing completes.
Upload a file
Send a file and let the system handle parsing and validation.
Track usage
Pull verification metrics and monitor usage over time.
How it works (quick flow)
- Create an API key.
- Pick realtime for one-off checks or batch for large lists.
- Read the verification result and take action in your app.
Base URL and versioning
All endpoints live under/api/v1. Examples use https://api.boltroute.ai as a placeholder, so replace it with your production or staging base URL.
Authentication
Every request requires your API key. Send it with theAuthorization: Bearer <api_key> header. See Authorization for details.
Understanding results
You get an overallstatus plus supporting signals (for example is_disposable, is_role_based, is_catchall, and DNS/SMTP checks). Treat valid as deliverable, invalid as a hard fail, invalid_syntax as invalid input, disposable_domain as disposable, and unknown or catchall as cases that need your business logic.