# Autonomy API Network > Nine pay-per-use JSON APIs for software and AI agents, combining high-frequency utilities with premium website intelligence. Payments use x402 v2 with USDC on Base mainnet. No Autonomy account, subscription, or API key is required. Base URL: https://autonomy-api-network.onrender.com ## Machine-readable references - OpenAPI JSON: https://autonomy-api-network.onrender.com/openapi.json - OpenAPI YAML: https://autonomy-api-network.onrender.com/openapi.yaml - Live catalog with prices and sample inputs: https://autonomy-api-network.onrender.com/v1/catalog - x402 resource discovery: https://autonomy-api-network.onrender.com/.well-known/x402 - Service information: https://autonomy-api-network.onrender.com/api-info - Health check: https://autonomy-api-network.onrender.com/health ## Payment flow Send the documented POST request with Content-Type: application/json. An unpaid request returns HTTP 402 and a PAYMENT-REQUIRED header containing x402 v2 terms. A compatible buyer authorizes the quoted USDC payment on Base mainnet and retries with PAYMENT-SIGNATURE. A successful response returns JSON plus PAYMENT-RESPONSE. Network: eip155:8453 Settlement asset: USDC on Base Response MIME type: application/json ## Paid resources ### AI Visibility Compare — $0.20 POST https://autonomy-api-network.onrender.com/v1/ai-visibility-compare Input: {"primaryUrl":"https://example.com","competitorUrl":"https://example.org"} Compares two websites head-to-head for AEO, GEO, and AI-search visibility. Returns a winner, component score gaps, each site's advantages, and prioritized actions for the primary site. ### AI Visibility Audit — $0.10 POST https://autonomy-api-network.onrender.com/v1/ai-visibility-audit Input: {"url":"https://example.com"} Returns a focused AI-search visibility score with crawler policy analysis, llms.txt checks, structured entity signals, answerability, freshness, and prioritized remediation steps. ### Website Intelligence — $0.025 POST https://autonomy-api-network.onrender.com/v1/website-intelligence Input: {"url":"https://example.com"} Returns a scored report covering availability, HTTP behavior, performance, DNS, TLS, security headers, HTML metadata, headings, Open Graph, robots.txt, sitemap discovery, JSON-LD structured data, links, issues, and prioritized recommendations. ### DNS Snapshot — $0.005 POST https://autonomy-api-network.onrender.com/v1/dns-snapshot Input: {"domain":"example.com"} Returns A, AAAA, MX, NS, CNAME, and TXT records plus SPF and DMARC analysis, a health score, DNS lookup errors, and risk flags. ### URL Audit — $0.005 POST https://autonomy-api-network.onrender.com/v1/url-audit Input: {"url":"https://example.com"} Returns status, redirects, response time, content information, page metadata, caching, security headers, and suggestions for a public HTTP or HTTPS URL. ### JSON Repair — $0.001 POST https://autonomy-api-network.onrender.com/v1/json-repair Input: {"text":"{name: 'Ada', active: true,}"} Repairs common malformed JSON. An optional "schema" object validates the repaired value against JSON Schema. ### CSV Inspector — $0.003 POST https://autonomy-api-network.onrender.com/v1/csv-inspect Input: {"csv":"name,age\nAda,36\nGrace,40"} Returns row and column counts, inferred column types, missing values, duplicate rows, malformed rows, and sample records. ### Image Inspector — $0.003 POST https://autonomy-api-network.onrender.com/v1/image-inspect Input: {"base64":"data:image/png;base64,..."} Returns image format, dimensions, file size, likely animation, and optimization opportunities for a base64 image or data URL. ### Text Diff — $0.001 POST https://autonomy-api-network.onrender.com/v1/text-diff Input: {"before":"Price: $10","after":"Price: $12"} Returns whether content changed, line-level additions and removals, unchanged lines, and similarity information for text or HTML snapshots. ## Use constraints - URL-based tools accept only public HTTP or HTTPS destinations and block private, loopback, and local-network addresses. - Request and inspected-resource sizes are limited. See OpenAPI for per-field limits and error responses. - Use the catalog as the live source of prices. The server's HTTP 402 challenge is authoritative. - Buyer credentials, wallet secrets, seed phrases, and private keys must never be sent in an API request.