DEV Community

Aimly
Aimly

Posted on

I Built a Free Email Verification API (100 calls/day)

I built a simple email verification API using FastAPI + Python.

Why? Because email validation is crucial for any SaaS product,
but most services charge per API call.

Features:
• RFC 5322 format validation
• MX record checking
• 100 free calls per day
• REST API, 10ms response time

Source code: https://github.com/Ai-Kota/c9-email-api
Live demo: https://ai-kota.github.io/c9-email-api/

Would love feedback from the dev community!

#python #api #fastapi #startup #email

Tags: python, api, fastapi, startup, email

Top comments (0)