{
  "x402Version": 2,
  "id": 817,
  "slug": "817",
  "resource": "https://keyronne.com/api/markdown",
  "description": "Convert a web page (by URL) or raw HTML into clean, readable Markdown plus structured metadata (title, description, Open Graph tags, canonical URL, language). Strips scripts, styles and boilerplate tags; preserves headings, links, images, lists, code blocks and tables. Built for agents that need web content as LLM-ready text. POST a JSON body like: {\"url\":\"https://example.com/article\"}",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xB86F95EF5FA904318Ea9Df3b59AdCe099b478fC4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "url": "https://example.com/article"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "markdown": "# Example article\n\nBody text with [links](https://example.com)...",
            "metadata": {
              "lang": "en",
              "title": "Example article"
            },
            "source": "https://example.com/article",
            "truncated": false
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "body": {
                "properties": {
                  "html": {
                    "description": "Raw HTML to convert. Provide either url or html.",
                    "type": "string"
                  },
                  "url": {
                    "description": "Public http(s) URL to fetch and convert (max 2 MB, private networks blocked). Provide either url or html.",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "type": "object"
          },
          "output": {
            "properties": {
              "markdown": {
                "type": "string"
              },
              "metadata": {
                "properties": {
                  "canonical": {
                    "type": "string"
                  },
                  "description": {
                    "type": "string"
                  },
                  "lang": {
                    "type": "string"
                  },
                  "og": {
                    "type": "object"
                  },
                  "title": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "source": {
                "description": "Final URL after redirects, or \"inline\".",
                "type": "string"
              },
              "truncated": {
                "type": "boolean"
              }
            },
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "keyronne.com",
  "lastUpdated": "2026-09-18T21:31:56.698Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-28T10:45:14.61Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "keyronne.com",
    "manifest_name": "keyronne.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}