{
  "x402Version": 2,
  "id": 7368,
  "slug": "7368",
  "resource": "https://rook-x402-service.onrender.com/v1/convert",
  "description": "Convert between markdown, HTML, plain text, JSON and CSV. Body: { from, to, input }.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:84532",
      "payTo": "0xF23C807195B18f2c1B993a7489c30a41ffE30730",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "from": "html",
            "input": "<h1>Hello</h1>",
            "to": "markdown"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "from": "html",
            "output": "# Hello",
            "to": "markdown"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "from": {
                    "description": "Source format: markdown, html, text, json or csv.",
                    "type": "string"
                  },
                  "input": {
                    "description": "Content to convert.",
                    "type": "string"
                  },
                  "to": {
                    "description": "Target format: markdown, html, text, json or csv.",
                    "type": "string"
                  }
                },
                "required": [
                  "from",
                  "to",
                  "input"
                ],
                "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": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "rook-x402-service.onrender.com",
  "lastUpdated": "2026-09-17T05:59:32.501Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-17T05:59:32.154Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "rook-x402-service.onrender.com",
    "manifest_name": "rook-x402-service.onrender.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"
  }
}