Verify whether an email address is deliverable, disposable, or a webmail address before sending on MuAPI.
เกี่ยวกับรุ่นนี้
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.
การวิเคราะห์ต้นทุน
| ผู้ให้บริการ | ราคา | หมายเหตุ |
|---|---|---|
| muapiapp | $0.01 per verification | Flat per-call deliverability check. |
Flat per-call deliverability check.
** ราคาของคู่แข่งประเมินโดยพิจารณาจากสถาปัตยกรรมโมเดลและระดับการใช้งานที่คล้ายคลึงกัน
สคีมาการกำหนดค่า
| พารามิเตอร์ | ประเภท | คำอธิบาย | ค่าเริ่มต้น |
|---|---|---|---|
| string | Email address to verify. | jane@example.com |
Email address to verify.
jane@example.comเอกสารสำหรับนักพัฒนา
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"
}'
คำถามที่พบบ่อย
`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.