FUNBREW PDFFUNBREW PDF
Use CasesCompareAPI

Features & Decision Guide

A side-by-side breakdown of FUNBREW PDF's main features — what each one does, when to reach for it, and what changes if you don't.

POST /api/pdf/batch

Batch PDF generation

Submit up to 100 PDFs in one async call. The endpoint returns immediately with a batch_id; track progress by polling or via webhook.

When
Generating dozens to hundreds at once
Alternative
Calling /generate-from-* one item at a time
View details →
POST /api/pdf/generate-from-template

PDF templates

Register an HTML layout once, then send only variables. Centralizes design and dramatically shrinks request payloads.

When
The same layout is used repeatedly
Alternative
Sending full HTML on every call (/generate-from-html)
View details →
POST /api/webhooks

Webhook notifications

Push notifications for pdf.generated, pdf.downloaded, pdf.expired, and batch.completed — signed with HMAC-SHA256 and retried automatically.

When
You need completion latency in seconds
Alternative
Polling /api/pdf/batch/ on a timer
View details →
POST /api/pdf/merge & co.

PDF tools

Merge, split, rotate, compress, add page numbers, convert to PDF/A, extract text. Post-processing for already-generated PDFs, all under one API.

When
Generated PDFs need post-processing
Alternative
Self-hosting PDFLib / qpdf / Ghostscript
View details →

Try it free

30 PDFs/month on the Free plan. Mix and match features as you go.

Try freeAPI docs
Powered by FUNBREW PDF