Step 1 — Get your API key
Sign up for a free account — no credit card required. Your API key is available immediately in the dashboard under API Keys. Your key looks like this:Step 2 — Make your first request
Send aPOST request to any endpoint with your key in the Authorization header and a JSON body.
Here’s a live email validation call using cURL:
Step 3 — Read the response
A successful response looks like this:credits_used field showing how many credits were deducted for the call.
Try it interactively
You can test any endpoint live — without writing code — in the API Playground. Enter your API key, pick an endpoint, and fire.Next steps
Authentication
Full auth reference and key management.
Credits
How credits are calculated and managed.
API Reference
Every endpoint, parameter, and response field.