Verify whether an email address is deliverable, disposable, or a webmail address before sending on MuAPI.
A proposito di questo modello
Email Verify checks the deliverability of an email address and flags disposable, webmail, and gibberish addresses, reducing bounce rates for outbound sales and marketing sends.
Analisi dei costi
| Fornitore | Costo | Note |
|---|---|---|
| muapiapp | $0.01 per verification | Flat per-call deliverability check. |
Flat per-call deliverability check.
**I prezzi della concorrenza sono stimati in base ad architetture di modelli e livelli di utilizzo simili.
Schema di configurazione
| Parametro | Digitare | Descrizione | Predefinito |
|---|---|---|---|
| string | Email address to verify. | jane@example.com |
Email address to verify.
jane@example.comDocumentazione per gli sviluppatori
curl -X POST https://api.muapi.ai/api/v1/email-verify \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"email": "jane@example.com"
}'
Chiesto frequentemente
`true` means the mailbox is confirmed deliverable; `false` covers undeliverable, risky, or unknown results — check `status` for the specific reason.
No — verification is done without contacting the mailbox owner.