API Endpoints
The PDFBolt API provides flexible PDF generation options from HTML, URLs, and dynamic templates, tailored to meet diverse workflow requirements.
API Endpoints Overview:
| Endpoint | Description | Method | Response | Parameters |
|---|---|---|---|---|
/v1/direct | Generates PDFs directly from URLs, HTML, or templates and returns it in the response. | POST | Raw PDF or Base64-encoded PDF in the HTTP response body. | Direct Parameters Common Parameters |
/v1/sync | Generates PDFs from URLs, HTML, or templates and provides a downloadable URL. | POST | JSON containing a downloadable URL to the generated PDF. | Sync Parameters Common Parameters |
/v1/async | Processes URLs, HTML, or templates and sends results via webhook. Optionally uploads directly to your S3 bucket. | POST | Webhook callback with processing results. | Async Parameters Common Parameters |
Explore the detailed documentation for each generation method: