{
  "x402Version": 2,
  "id": 7030,
  "slug": "7030",
  "resource": "https://toll402.dev/v1/summarize",
  "description": "Faithful summary of a URL or text in the style, length and language you choose.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x318d34fa0bd69eff17fac648d2df8cf7a88b3dbe",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "language": "es",
            "style": "tldr",
            "url": "https://en.wikipedia.org/wiki/HTTP_402"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "summary": "HTTP 402 es un código de estado reservado para pagos...",
            "title": "HTTP 402"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "focus": {
                    "description": "What to focus on",
                    "maxLength": 1000,
                    "type": "string"
                  },
                  "language": {
                    "default": "same as source",
                    "description": "Output language, e.g. 'es', 'en'",
                    "maxLength": 40,
                    "type": "string"
                  },
                  "maxWords": {
                    "default": 200,
                    "maximum": 1500,
                    "minimum": 20,
                    "type": "integer"
                  },
                  "style": {
                    "default": "bullets",
                    "enum": [
                      "bullets",
                      "paragraph",
                      "tldr",
                      "detailed"
                    ],
                    "type": "string"
                  },
                  "text": {
                    "maxLength": 400000,
                    "type": "string"
                  },
                  "url": {
                    "format": "uri",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "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": {
                "properties": {
                  "ms": {
                    "type": "integer"
                  },
                  "ok": {
                    "type": "boolean"
                  },
                  "result": {
                    "properties": {
                      "summary": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "tool": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "toll402.dev",
  "lastUpdated": "2026-09-11T06:46:26.829Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-11T06:46:26.614Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "toll402.dev",
    "manifest_name": "toll402.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"
  }
}