{"name":"X402 Data API","description":"Pay-per-request data APIs for AI agents","x402":true,"services":[{"key":"domain_intel","name":"Domain Intelligence","endpoint":"/v1/domain-intel","method":"POST","description":"Paid x402 API for AI agents that returns domain intelligence, DNS lookup data, domain risk signals, security posture, WHOIS-like technical data, mail security, TLS, HTTP headers, fingerprinting and AI agent domain analysis for a public domain.","price":"1","currency":"USDC","network":"eip155:8453","enabled":true,"cacheTtlSec":3600,"timeoutMs":30000,"tags":["x402","ai-agents","domain-intelligence","cybersecurity","dns"],"resource":{"url":"https://api.x402dataapi.com/v1/domain-intel","description":"Paid x402 API for AI agents that returns domain intelligence, DNS lookup data, domain risk signals, security posture, WHOIS-like technical data, mail security, TLS, HTTP headers, fingerprinting and AI agent domain analysis for a public domain.","mimeType":"application/json","serviceName":"X402 Data API","tags":["x402","ai-agents","domain-intelligence","cybersecurity","dns"]},"accepts":[{"scheme":"exact","network":"eip155:8453","amount":"1000000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xE3e597A4698e0Ed0e06F9d9fE513157728FBc28B","maxTimeoutSeconds":300,"extra":{"currency":"USDC","displayAmount":"1","resource":"/v1/domain-intel","name":"USD Coin","version":"2"}}],"extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"domain":"example.com"},"method":"POST"},"output":{"type":"json","example":{"domain":"example.com","dns":{},"mail_security":{},"tls":{},"http":{},"fingerprint":{},"risk_score":0,"summary":[]}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name to inspect"}},"required":["domain"]}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}},"input_example":{"domain":"example.com"},"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name to inspect"}},"required":["domain"]},"output_example":{"domain":"example.com","dns":{},"mail_security":{},"tls":{},"http":{},"fingerprint":{},"risk_score":0,"summary":[]}},{"key":"tls_report","name":"TLS Report","endpoint":"/v1/tls-report","method":"POST","description":"Paid x402 API for AI agents that checks TLS certificate health, SSL report data, HTTPS certificate expiration, issuer, validity, SAN coverage, chain health, HTTPS readiness and certificate risk for a public hostname.","price":"1","currency":"USDC","network":"eip155:8453","enabled":true,"cacheTtlSec":3600,"timeoutMs":15000,"tags":["x402","ai-agents","tls","ssl","https"],"resource":{"url":"https://api.x402dataapi.com/v1/tls-report","description":"Paid x402 API for AI agents that checks TLS certificate health, SSL report data, HTTPS certificate expiration, issuer, validity, SAN coverage, chain health, HTTPS readiness and certificate risk for a public hostname.","mimeType":"application/json","serviceName":"X402 Data API","tags":["x402","ai-agents","tls","ssl","https"]},"accepts":[{"scheme":"exact","network":"eip155:8453","amount":"1000000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xE3e597A4698e0Ed0e06F9d9fE513157728FBc28B","maxTimeoutSeconds":300,"extra":{"currency":"USDC","displayAmount":"1","resource":"/v1/tls-report","name":"USD Coin","version":"2"}}],"extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"host":"example.com","port":443},"method":"POST"},"output":{"type":"json","example":{"host":"example.com","port":443,"tls_enabled":true,"issuer":"Example CA","days_remaining":60,"errors":[]}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"host":{"type":"string","description":"Public hostname to inspect"},"port":{"type":"number","description":"TLS port, usually 443"}},"required":["host"]}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}},"input_example":{"host":"example.com","port":443},"input_schema":{"type":"object","properties":{"host":{"type":"string","description":"Public hostname to inspect"},"port":{"type":"number","description":"TLS port, usually 443"}},"required":["host"]},"output_example":{"host":"example.com","port":443,"tls_enabled":true,"issuer":"Example CA","days_remaining":60,"errors":[]}},{"key":"mail_security","name":"Mail Security","endpoint":"/v1/mail-security","method":"POST","description":"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.","price":"1","currency":"USDC","network":"eip155:8453","enabled":true,"cacheTtlSec":3600,"timeoutMs":15000,"tags":["x402","ai-agents","mail-security","email-security","mx"],"resource":{"url":"https://api.x402dataapi.com/v1/mail-security","description":"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.","mimeType":"application/json","serviceName":"X402 Data API","tags":["x402","ai-agents","mail-security","email-security","mx"]},"accepts":[{"scheme":"exact","network":"eip155:8453","amount":"1000000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xE3e597A4698e0Ed0e06F9d9fE513157728FBc28B","maxTimeoutSeconds":300,"extra":{"currency":"USDC","displayAmount":"1","resource":"/v1/mail-security","name":"USD Coin","version":"2"}}],"extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"domain":"example.com"},"method":"POST"},"output":{"type":"json","example":{"domain":"example.com","spf":{"present":true},"dmarc":{"present":true},"mx":[]}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name to inspect"}},"required":["domain"]}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}},"input_example":{"domain":"example.com"},"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name to inspect"}},"required":["domain"]},"output_example":{"domain":"example.com","spf":{"present":true},"dmarc":{"present":true},"mx":[]}},{"key":"http_security","name":"HTTP Security Headers","endpoint":"/v1/http-security","method":"POST","description":"Paid x402 API for AI agents that audits HTTP security headers, HSTS, Content-Security-Policy, X-Frame-Options, Referrer-Policy, Permissions-Policy and web security scan findings for a public URL.","price":"1","currency":"USDC","network":"eip155:8453","enabled":true,"cacheTtlSec":1800,"timeoutMs":15000,"tags":["x402","ai-agents","http-security","security-headers","hsts"],"resource":{"url":"https://api.x402dataapi.com/v1/http-security","description":"Paid x402 API for AI agents that audits HTTP security headers, HSTS, Content-Security-Policy, X-Frame-Options, Referrer-Policy, Permissions-Policy and web security scan findings for a public URL.","mimeType":"application/json","serviceName":"X402 Data API","tags":["x402","ai-agents","http-security","security-headers","hsts"]},"accepts":[{"scheme":"exact","network":"eip155:8453","amount":"1000000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xE3e597A4698e0Ed0e06F9d9fE513157728FBc28B","maxTimeoutSeconds":300,"extra":{"currency":"USDC","displayAmount":"1","resource":"/v1/http-security","name":"USD Coin","version":"2"}}],"extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"url":"https://example.com"},"method":"POST"},"output":{"type":"json","example":{"url":"https://example.com","status":200,"score":80,"missing":[]}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string","format":"uri","description":"Public http or https URL to inspect"}},"required":["url"]}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}},"input_example":{"url":"https://example.com"},"input_schema":{"type":"object","properties":{"url":{"type":"string","format":"uri","description":"Public http or https URL to inspect"}},"required":["url"]},"output_example":{"url":"https://example.com","status":200,"score":80,"missing":[]}},{"key":"agent_accessibility","name":"Agent Accessibility Check","endpoint":"/v1/agent-accessibility","method":"POST","description":"Paid x402 API for AI agents that checks robots.txt, sitemap availability, llms.txt discovery, AI crawler readiness, agent accessibility and AI scraping compatibility for a public URL.","price":"1","currency":"USDC","network":"eip155:8453","enabled":true,"cacheTtlSec":900,"timeoutMs":20000,"tags":["x402","ai-agents","agent-accessibility","robots.txt","sitemap"],"resource":{"url":"https://api.x402dataapi.com/v1/agent-accessibility","description":"Paid x402 API for AI agents that checks robots.txt, sitemap availability, llms.txt discovery, AI crawler readiness, agent accessibility and AI scraping compatibility for a public URL.","mimeType":"application/json","serviceName":"X402 Data API","tags":["x402","ai-agents","agent-accessibility","robots.txt","sitemap"]},"accepts":[{"scheme":"exact","network":"eip155:8453","amount":"1000000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xE3e597A4698e0Ed0e06F9d9fE513157728FBc28B","maxTimeoutSeconds":300,"extra":{"currency":"USDC","displayAmount":"1","resource":"/v1/agent-accessibility","name":"USD Coin","version":"2"}}],"extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"url":"https://example.com"},"method":"POST"},"output":{"type":"json","example":{"url":"https://example.com","robots":{},"sitemap":{},"ai_ready":true}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"url":{"type":"string","format":"uri","description":"Public http or https URL to inspect"}},"required":["url"]}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}},"input_example":{"url":"https://example.com"},"input_schema":{"type":"object","properties":{"url":{"type":"string","format":"uri","description":"Public http or https URL to inspect"}},"required":["url"]},"output_example":{"url":"https://example.com","robots":{},"sitemap":{},"ai_ready":true}},{"key":"full_domain_report","name":"Full Domain Report","endpoint":"/v1/full-domain-report","method":"POST","description":"Paid x402 API for AI agents that returns a complete domain security report with DNS, TLS, mail security, HTTP headers, AI accessibility, website risk score and consolidated remediation issues for a public domain.","price":"1","currency":"USDC","network":"eip155:8453","enabled":true,"cacheTtlSec":3600,"timeoutMs":45000,"tags":["x402","ai-agents","full-domain-report","domain-security-report","dns"],"resource":{"url":"https://api.x402dataapi.com/v1/full-domain-report","description":"Paid x402 API for AI agents that returns a complete domain security report with DNS, TLS, mail security, HTTP headers, AI accessibility, website risk score and consolidated remediation issues for a public domain.","mimeType":"application/json","serviceName":"X402 Data API","tags":["x402","ai-agents","full-domain-report","domain-security-report","dns"]},"accepts":[{"scheme":"exact","network":"eip155:8453","amount":"1000000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xE3e597A4698e0Ed0e06F9d9fE513157728FBc28B","maxTimeoutSeconds":300,"extra":{"currency":"USDC","displayAmount":"1","resource":"/v1/full-domain-report","name":"USD Coin","version":"2"}}],"extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"domain":"example.com"},"method":"POST"},"output":{"type":"json","example":{"domain":"example.com","dns":{},"tls":{},"http":{},"mail_security":{},"agent_accessibility":{}}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name to inspect"}},"required":["domain"]}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object"}},"required":["type"]}},"required":["input"]}}},"input_example":{"domain":"example.com"},"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name to inspect"}},"required":["domain"]},"output_example":{"domain":"example.com","dns":{},"tls":{},"http":{},"mail_security":{},"agent_accessibility":{}}}]}