Email Verification API — Deliverability Check: โมเดลภาษาขนาดใหญ่ของ AI

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.

1Clean an email list before an outbound campaign
2Validate a lead's email at capture time
3Reduce bounce rate and sender-reputation damage
4Filter disposable or role-based addresses from a signup flow
💰

ราคาและความคุ้มค่า

การวิเคราะห์ต้นทุน

muapiapp$0.01 per verification

Flat per-call deliverability check.

** ราคาของคู่แข่งประเมินโดยพิจารณาจากสถาปัตยกรรมโมเดลและระดับการใช้งานที่คล้ายคลึงกัน

⚙️

รายละเอียดทางเทคนิค

สคีมาการกำหนดค่า

Emailstring

Email address to verify.

ค่าเริ่มต้นjane@example.com
📖

คู่มือการใช้งาน

เอกสารสำหรับนักพัฒนา

How to Use Email Verify

  1. Provide an email address to verify.
  2. Read the result: deliverability status, score, and disposable/webmail/gibberish flags.
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"
  }'

คำถามทั่วไป

คำถามที่พบบ่อย

What does the `deliverable` field mean?

`true` means the mailbox is confirmed deliverable; `false` covers undeliverable, risky, or unknown results — check `status` for the specific reason.

Does this send an email to the address?

No — verification is done without contacting the mailbox owner.