{
  "x402Version": 2,
  "id": 4986,
  "slug": "4986",
  "resource": "https://api.node4all.com/v1/md2pdf",
  "description": "Node4All md2pdf — Markdown → PDF (md2pdf) conversion for AI agents and document automation workflows. Accepts UTF-8 markdown either as a multipart \"file\" upload (.md, ≤10MB) or as a JSON body { \"markdown\": \"...\" }, and returns application/pdf. Operator: Node4All (https://node4all.com). Currency: USDC on Base.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xd275612Bf0BB35638432c4D95eAA8D5d22346Ca6",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "POST",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "body_kind": "binary",
            "content_type": "application/pdf",
            "description": "Streamed PDF binary. Use a binary-aware HTTP client to capture the response body.",
            "endpoint": "md2pdf",
            "filename_hint": "output.pdf",
            "protocol": "x402-v2",
            "request_body_options": [
              "multipart/form-data file (.md, ≤10MB)",
              "application/json {markdown}"
            ],
            "service": "Node4All",
            "typical_size_bytes": 3500
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.node4all.com",
  "lastUpdated": "2026-09-13T08:27:59.515Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-13T08:27:59.348Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.node4all.com",
    "manifest_name": "api.node4all.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"
  }
}