{"service":"summarize-url","route":"POST /summarize-url","price":"$0.01","payment":"x402 (USDC on Base) — POST to this path, pay the returned 402, retry","description":"Fetch a public URL (HTML or PDF) and summarize it with article-quality extraction. Input: { url, style?, length?, language? }.","input":{"properties":{"url":{"type":"string","description":"Public http(s) URL — HTML pages and PDFs supported"},"style":{"type":"string","description":"bullets | paragraph | tldr"},"length":{"type":"string","description":"short | medium | long"},"language":{"type":"string","description":"Output language"}},"required":["url"]},"inputExample":{"url":"https://en.wikipedia.org/wiki/HTTP_402","style":"bullets"},"outputExample":"A summary of the fetched page's main content.","outputSchema":{"type":"string"}}