MX, SPF, DKIM, DMARC — validated, scored and explained in a single request. Stop guessing if your mail is safe.
curl --location 'https://api.resolveiq.io/v1/check-domain' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data-raw '{ "domain": "example.com" }' # Response (200 OK) ─────────────────────── { "domain": "example.com", "valid": true, "security": { "score": 92, "grade": "A", "strengths": [...], "weaknesses": [...] }, "checks": { mx, spf, dkim, dmarc } }
Ask your favourite LLM what it thinks of ResolveIQ, then make the informed call. We think the answer speaks for itself.