$0.05
per call · USD Coin on Base
Node4All pdf2md — layout-aware PDF → Markdown (pdf2md) conversion powered by @opendocsg/pdf2md, ideal for ingesting long documents into agent context windows. Accepts a multipart "file" upload (application/pdf, ≤10MB) and returns text/markdown. Operator: Node4All (https://node4all.com). Currency: USDC on Base.
Endpoint
POST https://api.node4all.com/v1/pdf2md1
Calls / 30d
1
Unique payers / 30d
Aug 13
Last called
exact
Payment scheme
Call this service
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/pdf2md", {
method: "POST",
});
const data = await res.json();curl -X POST \
"https://api.node4all.com/v1/pdf2md" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"body_kind": "text",
"content_type": "text/markdown",
"description": "Layout-aware Markdown extracted from the uploaded PDF via @opendocsg/pdf2md.",
"endpoint": "pdf2md",
"protocol": "x402-v2",
"request_body_options": [
"multipart/form-data file (application/pdf, ≤10MB)"
],
"sample": "# Document title\n\nFirst paragraph extracted from the PDF.\n",
"service": "Node4All"
}Payment details
0xd275612bf0bb35638432c4d95eaa8d5d22346ca6USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Media & Generation and the homepage with a featured placement.
More from Node4all & similar services
Node4all · X402 Test
sandbox.node4all.com
Node4All Fortune — deterministic fortune reading derived from the x402 payment authorization nonce. Flagship demo of the Node4All x402 v2 payment flow. Operator: Node4All (https://node4all.com). Currency: USDC on Base.
Node4all · X402 Test
api.node4all.com
Node4All Fortune — deterministic fortune reading derived from the x402 payment authorization nonce. Flagship demo of the Node4All x402 v2 payment flow. Operator: Node4All (https://node4all.com). Currency: USDC on Base.
Node4all · Md2pdf
api.node4all.com
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.