freeapis

Cloudmersive Validate

Validate email addresses, phone numbers, VAT numbers and domain names

Authentication
API Key
HTTPS
Yes
CORS
Yes
Category
Email

Overview

Cloudmersive Validate provides validation APIs — key-based (POST-only: GET returns 405, verified).

Quick Start

Email (POST):

curl -X POST "https://api.cloudmersive.com/validate/email/address/full" \
  -H "Apikey: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"Email":"[email protected]"}'

Notes

  • Email/phone/VAT/domain validation.
  • POST required (GET → 405, verified).

FAQ

Is Cloudmersive Validate free? Key-based with a free tier per the docs.

Why 405? GET isn’t supported (verified) — use POST.

What’s the auth style? Apikey header.

More in Email

APIAuthHTTPSCORS
AGPC Domain Check

Check a domain's SPF, DKIM, DMARC and MX with a graded shareable report

No authYesYes
Atomic Mail

Email for AI agents: programmatic inbox creation and send/receive over JMAP

API KeyYesUnknown
Disify

Validate and detect disposable and temporary email addresses

No authYesYes
DropMail

GraphQL API for creating and managing ephemeral e-mail inboxes

No authYesUnknown
Email Validation

Validate email addresses for deliverability and spam

API KeyYesYes