VerifyCode.me — Email Verification & Code Generation
Generate verification codes, send themed emails and track delivery status.
- Category
- Endpoints
- 3
- Subscribers
- 54
- Popularity
- 8.7
- Latency
- 542ms
- Service level
- 100%
- Updated
- 2026-08-04
Overview
Email verification is the same three steps in every product: make a code, deliver it, know whether it arrived. VerifyCode.me covers all three behind one API so you do not have to run an SMTP relay and a template engine to sign a user up.
The code generator takes a length and flags for letters, numbers and symbols, so the same endpoint produces a six-digit OTP or a long alphanumeric token. Four ready-made email templates — blue, green, black and red — carry your project and company name, and a custom-HTML endpoint is there when the templates are not enough.
Every send returns a queue id, and the mail status endpoint resolves that id into a delivery state, which is what you need for retry logic and support tickets rather than guessing whether a mail landed.
What you get
- Code generator with configurable length, letters, numbers and symbols
- Four themed verification templates plus a custom-HTML send
- Queue id returned on every send, resolvable to a delivery state
- Project and company name injected into templates
- ~542 ms median latency at a 100% service level
Endpoints
| Method | Path | What it does |
|---|---|---|
| POST | /api/code-generator |
Verification code with configurable composition |
| POST | /api/send-mail |
Send with a themed template or custom HTML |
| GET | /api/mail-status/{queueId} |
Delivery state for a queued message |
Plans and pricing
Monthly prices as published on the API listing. The free plan needs no card.
Try VerifyCode.me — Email Verification & Code Generation for free
Subscribe to the free plan, get your key and test every endpoint in the browser playground before you write a line of code.
Get the API key