All API endpoints require authentication using an API key in the
X-API-Token header.Base URL
Authentication
All API endpoints require an API key for authentication. Include your API key in the request headers:Get Your API Key
Sign up and get your API key from the dashboard
Rate Limits
Available Endpoints
User Verification
First Name Verification
Validate and detect real/fake first names
Last Name Verification
Validate and detect real/fake last names
Email Verification
Detect disposable/temporary email addresses
Complete Verification
Validate complete user information
Request Format
All requests should be made using POST method with JSON payload:Response Format
Successful responses will have a 200 status code and return JSON:Explore the API Playground
Test the API endpoints interactively in our API playground
Error Handling
For detailed information about error responses and how to handle them, see our Error Handling Guide.Error Documentation
Learn about error codes and troubleshooting
API Playground
Test API responses in real-time