BuildPDF
## Quick Start - Get a PDF in 30 Seconds **Minimum request (no options needed):** ```json {"html": "Hello WorldMy first PDF!"} ``` **Response:** ```json { "success": true, "pdf": "JVBERi0xLjM...", "pages": 1, "sizeBytes": 4821, "watermark": true, "usage": {"used": 1, "limit": 100, "remaining": 99} } ``` Decode the `pdf` field from base64 to get your PDF file. ## What You Can Convert | Input |…
BuildPDF endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Register /register |
Get a free API key |
| POST |
Convert to PDF /convert |
Convert HTML, images, or text to PDF |
| POST |
Extract Text /extract |
Extract text from a PDF file |
| GET |
Check Usage /usage |
View your current usage and remaining quota |
BuildPDF pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $79 / month | — |
|