ToolAssay

PDFs, JavaScript pages and ordinary HTML as clean Markdown

PDFs, JavaScript pages and ordinary HTML as clean Markdown. Pays a page's x402 toll for you. Follows robots.txt.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1175 msmedian answer time
$0.005listed price per call
$0.005price 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://url2md-testnet.url2md.workers.dev/v1/md

CategoryCode and developer
Provider hosturl2md-testnet.url2md.workers.dev
Networkseip155:84532
Payment schemesexact
Self-reported calls, 30 days66 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 1175 ms

Example input (from the provider)

{
  "body": {
    "format": "json",
    "render": "auto",
    "url": "https://example.com"
  },
  "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": {
          "properties": {
            "format": {
              "description": "json: the whole result object. markdown: the markdown body alone, sent as text/markdown. Omit it and the format follows the Accept header (text/markdown \u2192 markdown), else json.",
              "enum": [
                "json",
                "markdown"
              ],
              "type": "string"
            },
            "render": {
              "default": "auto",
              "description": "auto: static first, browser only when the page looks client-rendered. static: never use a browser. browser: always render in a headless browser.",
              "enum": [
                "auto",
                "static",
                "browser"
              ],
              "type": "string"
            },
            "url": {
              "description": "Absolute http(s) URL to convert; percent-encode it in the query string. http and https only, no credentials in the URL, no private, loopback or internal hosts, and the port must be one Cloudflare proxies (80, 443, 8080, 8443, 8880, 2052/2053/2082/2083/2086/2087/2095/2096). robots.txt is honoured for the user-agent token url2md.",
              "format": "uri",
              "maxLength": 2048,
              "type": "string"
            }
          },
          "required": [
            "url"
          ]
        },
        "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": {
          "description": "The conversion result. The same metadata always travels in response headers as well, so a caller that asked for text/markdown still gets it: X-Url2md-Source (static | browser | pdf | origin-markdown | text), X-Url2md-Final-Url, X-Url2md-Title (percent-encoded), X-Url2md-Words, X-Url2md-Tokens-Estimate, X-Url2md-Ledger-Id (the ledger row for the settled payment), and X-Url2md-Upstream-Toll (USD paid to the origin when the page itself charged an x402 toll, absent otherwise). The x402 settlement receipt is in PAYMENT-RESPONSE. Errors are JSON with a stable error.code, and any error after a charge carries error.details.callerCharged with the ledger id.",
          "properties": {
            "blockSuspected": {
              "description": "set when what came back looks like a bot challenge or block page rather than the page: the origin answered 200 and the call was charged, but the content is probably not what was asked for. Also sent as X-Url2md-Block-Suspected, and named in warnings[].",
              "properties": {
                "markers": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "type": [
                "object",
                "null"
              ]
            },
            "canonical": {
              "type": [
                "string",
                "null"
              ]
            },
            "charset": {
              "type": [
                "string",
                "null"
              ]
            },
            "contentSignal": {
              "description": "Upstream Content-Signal header, passed through untouched",
              "type": [
                "string",
                "null"
              ]
            },
            "contentType": {
              "type": [
                "string",
                "null"
              ]
            },
            "description": {
              "type": [
                "string",
                "null"
              ]
            },
            "fetchedAt": {
              "format": "date-time",
              "type": "string"
            },
            "finalUrl": {
              "description": "the URL after redirects; also sent as X-Url2md-Final-Url",
              "type": "string"
            },
            "lang": {
              "type": [
                "string",
                "null"
              ]
            },
            "markdown": {
              "description": "the converted page",
              "type": "string"
            },
            "redirects": {
              "items": {
                "properties": {
                  "from": {
                    "type": "string"
                  },
                  "status": {
                    "type": "integer"
                  },
                  "to": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "render": {
              "properties": {
                "escalated": {
                  "type": "boolean"
                },
                "mode": {
                  "enum": [
                    "auto",
                    "static",
                    "browser"
                  ],
                  "type": "string"
                },
                "reasons": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "type": "object"
            },
            "source": {
              "description": "how the markdown was produced; also sent as X-Url2md-Source",
              "enum": [
                "static",
                "browser",
                "pdf",
                "origin-markdown",
 

This page as JSON