N

Node4all · Md2pdf

by Node4all

POSTBase

$0.02

per call · USD Coin on Base

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.

Endpoint

POST https://api.node4all.com/v1/md2pdf

2

Calls / 30d

1

Unique payers / 30d

Aug 13

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.node4all.com/v1/md2pdf", {
  method: "POST",
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.node4all.com/v1/md2pdf" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

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

Payment details

Pay to0xd275612bf0bb35638432c4d95eaa8d5d22346ca6
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Media & Generation and the homepage with a featured placement.

Get featured →

More from Node4all & similar services