CSV can include multiple columns. Only one required email column is needed (`email`), and verification output is appended as `status` and `reason`.
Set thread count before starting a batch. Running jobs can be scaled up/down live.
Loading thread recommendations...
Port 25 is essential for SMTP validation checks.
Pie chart updates as emails are processed (valid/risky/invalid/pending).
Live chart (1m load + active SMTP checks), updated every 2 seconds.
Run one-off checks by email or by domain + email.
Upload stages one or multiple CSV files. Processing starts only when you click Start Verification.
Test the JSON API with one website at a time or one email at a time. Send the API key as X-API-Key or Authorization: Bearer YOUR_KEY.
Paste the current playground key here. It is only stored in this browser via localStorage.
Show uses GET /api/playground-key. Regenerate uses POST /api/playground-key/regenerate and immediately replaces the saved playground key.
Key admin response will appear here...
Input JSON: {"website":"https://company.com"}. Output contains emails, phones, socials and raw fields.
Response will appear here...
curl -X POST https://verify.linktree.bond/api/enrich-website \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_KEY' \
-d '{"website":"https://example.com"}'
Input JSON: {"email":"lead@example.com"}. Output contains the verification status and reason.
Response will appear here...
curl -X POST https://verify.linktree.bond/api/verify-email \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_KEY' \
-d '{"email":"lead@example.com"}'