{"paymentEnabled":true,"endpoints":[{"id":"website-intelligence","method":"POST","path":"/v1/website-intelligence","price":"$0.025","description":"Generate a scored website intelligence report covering availability, performance, TLS, DNS, SEO, security headers, robots.txt, sitemap, structured data, and prioritized issues.","inputExample":{"url":"https://example.com"}},{"id":"url-audit","method":"POST","path":"/v1/url-audit","price":"$0.005","description":"Audit a public HTTP or HTTPS URL for status, redirects, speed, metadata, caching, and common security headers.","inputExample":{"url":"https://example.com"}},{"id":"json-repair","method":"POST","path":"/v1/json-repair","price":"$0.001","description":"Repair malformed JSON and optionally validate the repaired value against JSON Schema.","inputExample":{"text":"{name: 'Ada', active: true,}"}},{"id":"csv-inspect","method":"POST","path":"/v1/csv-inspect","price":"$0.003","description":"Inspect CSV structure, inferred column types, missing data, duplicate rows, and sample records.","inputExample":{"csv":"name,age\\nAda,36\\nGrace,40"}},{"id":"image-inspect","method":"POST","path":"/v1/image-inspect","price":"$0.003","description":"Inspect a base64 image for dimensions, format, transparency, animation, and optimization opportunities.","inputExample":{"base64":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8/x8AAusB9Y9ZVQAAAABJRU5ErkJggg=="}},{"id":"text-diff","method":"POST","path":"/v1/text-diff","price":"$0.001","description":"Compare two text or HTML snapshots and return line-level additions, removals, and similarity.","inputExample":{"before":"Price: $10","after":"Price: $12"}}]}