tools.miniframe.com.br publishes 9 machine-payable endpoints over the x402 protocol, priced from $0.005 to $0.03 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /cep | POST | $0.005 | 402 |
| /cnpj | POST | $0.01 | 402 |
| /compress-pdf | POST | $0.02 | 402 |
| /empresa | POST | $0.02 | 402 |
| /extract | POST | $0.02 | 402 |
| /pix/brcode | POST | $0.01 | 402 |
| /screenshot | POST | $0.03 | 402 |
| /url-to-markdown | POST | $0.02 | 402 |
| /url-to-pdf | POST | $0.03 | 402 |
Use when a Brazilian postal code needs to become a real address — filling a form, validating a delivery, completing a customer record. JSON body { cep } (8 digits). Returns street, complement, neighbo…
Use when you need a Brazilian company's official record from its CNPJ — checking a supplier is active, confirming a legal name, enriching a lead. JSON body { cnpj } (14 digits). Returns name, status, …
Use when a PDF is too large to email, upload or attach — Ghostscript compression an agent sandbox cannot run on its own. Send it either as JSON {pdf_base64} or as the raw PDF body (Content-Type: appli…
Use when you need a Brazilian company profile ready to qualify a lead, not the raw registry. Looks up the CNPJ, completes the address via CEP, and adds derived flags: active, headquarters, age in year…
Use when you need the structured data a page already carries, not raw HTML. Renders JavaScript and returns JSON-LD, Open Graph, meta tags, headings, tables and links, plus any fields you pass as CSS s…
Use when someone needs to receive money in Brazil — an invoice, a split bill, a donation, a checkout. Builds a Pix BR Code ("Copia e Cola" string payable in any Brazilian bank app) plus a QR PNG, per …
Use when the user needs to see a page as it actually renders — visual proof, a preview, a layout check, or a record of what a page showed. Takes a screenshot with a headless browser (rendering JavaScr…
Use when a page will not read correctly with a plain fetch — a single-page app, content loaded by JavaScript, or markup so noisy the text is buried. Fetches it with a headless browser (rendering JavaS…
Use when a page has to become a shareable, archivable document — a receipt, a report, an invoice, a record kept for later. Renders it with a headless browser (running JavaScript) and returns a PDF. JS…