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/free

Free email verification (3/day)

No auth required

Request

Response

Response will appear here

cURL Command

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