{"openapi":"3.1.0","info":{"title":"SiteSignal Agent API","version":"1.0.0","description":"Compact, structured public-website intelligence for AI agents."},"servers":[{"url":"https://holder-victor-nova-mag.trycloudflare.com"}],"paths":{"/v1/preview":{"post":{"summary":"Free one-page metadata preview","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri"}}}}}},"responses":{"200":{"description":"Preview"}}}},"/v1/dossier":{"post":{"summary":"Paid AI-ready website dossier","description":"Standard x402 v2 exact payment in native Base USDC. Read PAYMENT-REQUIRED, sign the authorization, then retry with PAYMENT-SIGNATURE. PAYMENT-TX remains as a direct-transfer fallback.","parameters":[{"in":"header","name":"PAYMENT-SIGNATURE","schema":{"type":"string"}},{"in":"header","name":"PAYMENT-TX","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri"},"maxPages":{"type":"integer","minimum":1,"maximum":3}}}}}},"responses":{"200":{"description":"Paid dossier"},"402":{"description":"Payment required; details are encoded in PAYMENT-REQUIRED"}}}},"/v1/qr":{"post":{"summary":"Generate a paid PNG or SVG QR code","description":"Costs $0.001 USDC through standard x402 v2 exact payment in native Base USDC. PAYMENT-TX remains as a direct-transfer fallback.","parameters":[{"in":"header","name":"PAYMENT-SIGNATURE","schema":{"type":"string"}},{"in":"header","name":"PAYMENT-TX","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["data"],"properties":{"data":{"type":"string","minLength":1,"maxLength":2000},"size":{"type":"integer","minimum":50,"maximum":1000,"default":300},"format":{"type":"string","enum":["png","svg"],"default":"png"}}}}}},"responses":{"200":{"description":"Paid QR code and payment receipt"},"402":{"description":"Payment required; details are encoded in PAYMENT-REQUIRED"}}}},"/v1/product/claim":{"post":{"summary":"Verify a $3 Base USDC purchase and issue a ZIP download","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["txHash"],"properties":{"txHash":{"type":"string","pattern":"^0x[0-9a-fA-F]{64}$"}}}}}},"responses":{"200":{"description":"Verified purchase and download URL"},"402":{"description":"Payment missing, pending, or insufficient"}}}}}}