Quick Start
- Sign up at burnerblock.pro.
- Get your free 1000 credits.
- Generate your API key.
- Start verifying emails!
curl --location 'https://api.burnerblock.pro/api/v1/verify' \--header 'x-api-key: YOUR_API_KEY' \--header 'Content-Type: application/json' \--data-raw '{ "email": "hello@example.com"}'