From eceea06d2c24676b3a59c6430e1cca4eed48622a Mon Sep 17 00:00:00 2001 From: fstandhartinger Date: Sat, 12 Sep 2026 07:25:11 +0000 Subject: [PATCH] Add PDFMint to Documents & Productivity HTML, Markdown or a URL to PDF or PNG. Free tier of 10 documents a month with no card, and a demo endpoint that needs no key at all. Auth, HTTPS and CORS were each checked against the live API rather than copied from the marketing page: POST /v1/pdf returns 401 without a key (apiKey), the host is HTTPS only, and no Access-Control-Allow-Origin header is sent on either a preflight or a normal response, so CORS is No. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b32de659..4d3230f6 100644 --- a/README.md +++ b/README.md @@ -761,6 +761,7 @@ API | Description | Auth | HTTPS | CORS | | [OCR.Space](https://ocr.space/ocrapi) | OCR text extraction from images and PDFs with a free tier | `apiKey` | Yes | Unknown | | [PandaDoc](https://developers.pandadoc.com) | DocGen and eSignatures API | `apiKey` | Yes | No | | [PDFFleet](https://pdffleet.com) | HTML and URL to PDF API with templates and a free tier | `apiKey` | Yes | Yes | +| [PDFMint](https://pdf.mintapis.com/docs) | HTML, Markdown or a URL to PDF or PNG, with a no-key demo endpoint and a free tier | `apiKey` | Yes | No | | [Pocket](https://getpocket.com/developer/) | Bookmarking service | `OAuth` | Yes | Unknown | | [Podio](https://developers.podio.com) | File sharing and productivity | `OAuth` | Yes | Unknown | | [PolyDoc](https://polydoc.tech) | HTML/URL to PDF and screenshots, plus Factur-X/ZUGFeRD e-invoices; free tier | `apiKey` | Yes | Unknown |