Animica x402 Directory

Directory / tools.miniframe.com.br

tools.miniframe.com.br/compress-pdf

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: application/pdf), up to 30 MB. Optional query param mode=light|balanced|max (default balanced). Returns JSON with original_size, compressed_size, reduction_percent, warnings and pdf_base64 (the compressed file).

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X POST 'https://tools.miniframe.com.br/compress-pdf'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch -X POST 'https://tools.miniframe.com.br/compress-pdf'

Endpoint: https://tools.miniframe.com.br/compress-pdf. Operated by tools.miniframe.com.br, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on tools.miniframe.com.br

tools.miniframe.com.br/cep

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 digi…

POST · $0.005

tools.miniframe.com.br/cnpj

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 { cn…

POST · $0.01

tools.miniframe.com.br/empresa

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 …

POST · $0.02

tools.miniframe.com.br/extract

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 …

POST · $0.02

tools.miniframe.com.br/pix/brcode

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…

POST · $0.01

tools.miniframe.com.br/screenshot

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 wi…

POST · $0.03

tools.miniframe.com.br/url-to-markdown

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 …

POST · $0.02

tools.miniframe.com.br/url-to-pdf

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 (r…

POST · $0.03

All 9 endpoints on tools.miniframe.com.br →