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.