API Playground

Test the Kawaa API directly in your browser. Try different endpoints, see real responses, and copy ready-to-use cURL commands.

POST /v1/verify

Single email verification

API key required

Every endpoint here needs a key. Sign up free to get one — the free plan includes 100 verifications and needs no credit card.

Just want to see a result first? Check a single address with the free email checker, no signup required.

Request

Response

Response will appear here

cURL Command

curl -X POST https://api.kawaa.com/v1/verify \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: YOUR_API_KEY" \
  -d '{"email":"test@example.com"}'