Features
Verification, sending, AI copy, and analytics — in a single platform with one unified credit balance.
Remove bad emails before they cost you — in deliverability, reputation, and real money.
Connect your own SMTP servers or use our shared infrastructure. You stay in control.
Built-in AI understands your product and generates copy that converts.
Real-time metrics per campaign, per list, per SMTP provider.
Integrate email verification directly into your product. Clean, predictable JSON responses every time.
API Key Auth
Secure per-user API keys with one-click regeneration. Pass as a Bearer token or X-API-Key header.
Result caching
Verified addresses are cached. Subsequent calls to the same address return instantly and cost zero credits.
Rate limiting
Configurable rate limits per user and per IP. Our admin panel lets you tune limits per plan.
Batch endpoint
POST an array of up to 1,000 addresses and get back all results in a single response.
Global CDN
Edge-deployed API endpoints with <200ms median response globally.
Usage stats
Query your remaining credits and usage history via the API — no dashboard login required.
curl -X GET \
"https://neuramail.cl/api/v1/verify?email=user@example.com" \
-H "Authorization: Bearer nm_live_xxxxxxxx"
// Response
{
"email": "user@example.com",
"status": "valid",
"sub_status": null,
"is_catchall": false,
"mx_found": true,
"credits_used": 1,
"cached": false
}