ToolAssay

Faithful summary of a URL or text in the style, length and language you choose

Faithful summary of a URL or text in the style, length and language you choose.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
221 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://toll402.dev/v1/summarize

CategorySearch and research
Provider hosttoll402.dev
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 221 ms

Example input (from the provider)

{
  "body": {
    "language": "es",
    "style": "tldr",
    "url": "https://en.wikipedia.org/wiki/HTTP_402"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON