Getting Started
Set up your account and make your first API call in under 2 minutes.
Quick Start
1. Create an account
Sign up at api.aicores.io/signup. No credit card required. You get 500 free requests per month immediately.
2. Get your API key
After signing up, go to your Dashboard to find your API key. It starts with sk_live_ for production or sk_test_ for testing.
3. Make your first request
First request
-blue-400 font-semibold">curl -X GET -emerald--amber-400">400">"https://api.aicores.io/v1/email/validate?email=hello@example.com" \
-H -emerald--amber-400">400">"x-api-key: sk_live_your_key_here"Response
{
400">"email": 400">"hello@example.com",
400">"valid": true,
400">"disposable": false,
400">"mx_found": true,
400">"format_valid": true,
400">"did_you_mean": null,
400">"domain": 400">"example.com",
400">"free_provider": false
}Base URL
All API endpoints use the base URL: https://api.aicores.io/v1