Supabase email verification

Validate emails before Supabase inserts

Add Verifly to Supabase-backed apps when signups, leads, or imports need an email quality check before records are stored or acted on.

Edge Function checkAPI
const res = await fetch(`https://verifly.email/api/v1/verify?email=${email}`, {
  headers: { Authorization: `Bearer ${Deno.env.get("VERIFLY_API_KEY")}` }
})
const verification = await res.json()

Real-time SMTP mailbox checks

Single, batch, and async bulk verification

Disposable, role account, and catch-all detection

Pay-as-you-go credits with no subscription lock-in

Search fit

Built for Supabase email verification workflows

Use Verifly when you need a simple API, predictable pricing, and clean JSON results before emails hit your product, CRM, or campaign tool.

Check signup emails in an Edge Function
Reject disposable addresses before creating lead records
Store verification status alongside user metadata
Use batch checks before importing CSV data into Supabase