Email OTP provider
eVerify-API is a production-ready FastAPI microservice for email OTP verification. Generates 6-digit OTPs, sends branded HTML emails via Gmail SMTP, stores in Appwrite Cloud database, and validates with expiry + single-use protection. Two endpoints: POST /send_otp → Email delivery + database storage POST /verify_otp → Multi-layer validation (time, email, usage) Deployed on your Sétif server…
Email OTP provider endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Verify OTP /verify_otp |
This endpoint allows you to verify the OTP that was sent. |
| POST |
Send OTP /send_otp |
This endpoint allows you to send the OTP, if the OTP field is left at 0 it will be auto generated. |
Email OTP provider pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|