{
  "x402Version": 2,
  "id": 4293,
  "slug": "4293",
  "resource": "https://agentreader.dev/summarize",
  "description": "AI summarization of any web page, raw text or HTML. Send JSON with one of url/text/html plus optional style (bullets|paragraph|tldr) and maxWords. Returns a dense, factual summary that preserves key numbers, names and conclusions. Powered by Claude.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x88096B3da9F45b8f923458E6CeF69FC0A5bE3CAe",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "maxWords": 150,
            "style": "bullets",
            "url": "https://en.wikipedia.org/wiki/HTTP_402"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "inputChars": 12000,
            "sourceUrl": "https://en.wikipedia.org/wiki/HTTP_402",
            "style": "bullets",
            "summary": "- HTTP 402 Payment Required is a reserved status code...\n- The x402 protocol revived it for machine payments..."
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "html": {
                    "description": "Raw HTML to summarize",
                    "type": "string"
                  },
                  "maxWords": {
                    "description": "Max summary length in words (20-1000, default 200)",
                    "type": "number"
                  },
                  "style": {
                    "description": "bullets | paragraph | tldr (default bullets)",
                    "type": "string"
                  },
                  "text": {
                    "description": "Raw text to summarize",
                    "type": "string"
                  },
                  "url": {
                    "description": "URL to fetch and summarize (or use text/html)",
                    "type": "string"
                  }
                }
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agentreader.dev",
  "lastUpdated": "2026-09-01T02:32:51.522Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-01T02:32:51.351Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agentreader.dev",
    "manifest_name": "agentreader.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}