API Keys

Manage your API keys for accessing the verification API

Your API Keys

Include the key in the X-API-Key header

Loading...

Example Usage
curl -X POST /api/v1/verify/single \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email": "[email protected]"}'