Email Domain Security Check
### Comprehensive Email Security Analysis for Domains Check **SPF**, **DKIM**, **DMARC**, **BIMI**, **MTA-STS**, and **TLS-RPT** configurations with detailed scoring and actionable recommendations. --- ### What This API Does The **Email Domain Security Check API** provides comprehensive analysis of email authentication and security protocols for any domain. It evaluates the complete email…
Email Domain Security Check endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check / |
**GET** `/` Simple health check endpoint to verify API availability and service status. **Parameters**: None **Example Request:** ```bash curl "https://api.example.com/" ```… |
| GET |
Quick Domain Posture Check /v1/check |
**GET** `/v1/check` Check all email authentication records for a domain and get a comprehensive security score with detailed breakdown. **Parameters:** - `domain` (required):… |
| GET |
Individual Record Checks /v1/spf |
## SPF Details **GET** `/v1/spf` Check SPF record configuration and DNS lookup analysis. **Parameters:** - `domain` (required): Domain to check - `expand` (optional): Set to… |
| GET |
DKIM Selector Check /v1/dkim |
**GET** `/v1/dkim` Check DKIM key configuration for specific selectors. **Parameters:** - `domain` (required): Domain to check - `selector` (required): DKIM selector to check… |
| GET |
DMARC Details /v1/dmarc |
**GET** `/v1/dmarc` Check DMARC policy configuration and enforcement status. **Parameters:** - `domain` (required): Domain to check **Example Request:** ```bash curl… |
| GET |
BIMI Check /v1/bimi |
**GET** `/v1/bimi` Check BIMI (Brand Indicators for Message Identification) configuration. **Parameters:** - `domain` (required): Domain to check **Example Request:** ```bash… |
| GET |
MTA-STS Check /v1/mta-sts |
**GET** `/v1/mta-sts` Check MTA-STS (Mail Transfer Agent Strict Transport Security) configuration. **Parameters:** - `domain` (required): Domain to check **Example Request:**… |
| GET |
TLS-RPT Check /v1/tls-rpt |
**GET** `/v1/tls-rpt` Check TLS-RPT (TLS Reporting) configuration. **Parameters:** - `domain` (required): Domain to check **Example Request:** ```bash curl… |
| POST |
Bulk Check /v1/check/bulk |
**POST** `/v1/check/bulk` Check multiple domains in a single request for efficient batch processing. **Request Body:** ```json { "domains": ["example.com", "test.com",… |
Email Domain Security Check pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | 10 / minute |
|
| ULTRA | $75 / month | 100 / minute |
|
| MEGA | $150 / month | 500 / minute |
|