api.node4all.com publishes 2 machine-payable endpoints over the x402 protocol, priced from $0.02 to $0.05 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /v1/md2pdf | POST | $0.02 | 402 |
| /v1/pdf2md | POST | $0.05 | 402 |
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 { "markd…
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 (applic…