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.