Request
- Method
POST- URL
https://api.x402dataapi.com/v1/mail-security- Price
- 0.001 USDC
Paid x402 API for AI agents that checks MX records, SPF, DMARC, email security, phishing risk, domain mail configuration and anti-spoofing posture for a public domain.
POSThttps://api.x402dataapi.com/v1/mail-security{
"type": "object",
"properties": {
"domain": {
"type": "string",
"description": "Public domain name to inspect"
}
},
"required": [
"domain"
]
}{
"domain": "example.com"
}{
"domain": "example.com",
"spf": {
"present": true
},
"dmarc": {
"present": true
},
"mx": []
}PAYMENT_REQUIREDNo valid x402 payment signature was provided.INVALID_PAYMENTThe signature was malformed, expired, replayed or does not match the endpoint price/resource.VALIDATION_ERRORThe JSON input does not match the documented schema.SSRF_PRIVATE_HOSTThe target resolves to a private or blocked address.curl -X POST https://api.x402dataapi.com/v1/mail-security \
-H "Content-Type: application/json" \
-d '{"domain":"example.com"}'curl -X POST https://api.x402dataapi.com/v1/mail-security \
-H "Content-Type: application/json" \
-H "PAYMENT-SIGNATURE: <x402-payment-payload>" \
-d '{"domain":"example.com"}'x402 mail security API, SPF DMARC MX API, domain email security API, anti spoofing domain API
/llms.txt./openapi.json or /.well-known/x402-catalog.json.PAYMENT-SIGNATURE.MX, SPF and DMARC posture for a public domain.
x402 mail security API, SPF DMARC MX API, domain email security API, anti spoofing domain API