Kreyo PDF
Generate invoices and documents as PDFs — no Puppeteer, no headless Chrome, no infra. Send HTML, Markdown, or JSON data to a template. Get a pixel-perfect PDF back in under a second.
1 subscribers
2/10 popularity
371 ms avg latency
12% success rate
6 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Kreyo PDF endpoints
| Method | Endpoint | Description |
|---|---|---|
| DemoEndpoints | ||
| POST |
DemoRender /pdf/demo/render |
Try Kreyo PDF template rendering without an API key. Accepts the same request body as `POST /pdf/v1/render/template` but with the following restrictions: - Output PDFs include a… |
| Render | ||
| POST |
RenderHtml /pdf/v1/render/html |
Converts raw HTML+CSS to a PDF using a headless Chromium browser. **Supported page formats:** A4, A3, A5, Letter, Legal, Tabloid **Options:** - `format` — page size (default: A4)… |
| GET |
ListTemplates /pdf/v1/templates |
Returns all available built-in templates with their IDs, display names, descriptions, and full JSON data schemas. Use the returned schema to understand which fields are required… |
| POST |
RenderMarkdown /pdf/v1/render/markdown |
Converts a Markdown string to a styled PDF using a headless Chromium browser. **Options:** - `theme` — visual theme: `default` (dark-accented) or `github` (GitHub-flavoured… |
| POST |
RenderTemplate /pdf/v1/render/template |
Renders one of Kreyo's built-in document templates with your data to produce a pixel-perfect PDF. **Available templates:** `invoice-modern`, `invoice-minimal`, `receipt`,… |
| POST |
MergePdfs /pdf/v1/merge |
Combines multiple PDF files into a single PDF in the order they are submitted. **Request format:** `multipart/form-data` — attach each PDF as a field named `files[]`. **Limits:**… |
Kreyo PDF pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | 20 / minute |
|
| ULTRA | $49 / month | 40 / minute |
|