{"endpoint":"https://codepulse-api.hahavoid0.workers.dev/web/dns-txt","method":"POST","price":"$0.010","description":"Fetches TXT, MX, A, CNAME, and CAA records for a domain via Cloudflare DNS-over-HTTPS.","example_input":{"domain":"google.com","type":"TXT"},"example_output":{"supported":true,"result":{"records":["v=spf1 include:_spf.google.com ~all"]},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"},"request_schema":{"type":"object","required":["domain"],"properties":{"domain":{"type":"string","description":"Domain name to check"},"type":{"type":"string","description":"DNS record type (TXT, MX, CAA, A, CNAME, NS)","default":"TXT"}}},"response_schema":{"type":"object"}}