Handlebars template + JSON data → finished PDF, PNG or HTML. Helpers for German number/date formatting included.
| Name | Type | Description |
|---|---|---|
template | string · required | Handlebars/HTML template. |
data | object · optional | JSON data for the template. |
format | string · optional | pdf (default), png or html. |
pdf | object · optional | Page options (format, margin, …). |
curl -X POST https://api.bigapi.dev/v1/template/render -H 'Authorization: Bearer $KEY' -H 'Content-Type: application/json' -d '{"template":"<h1>{{title}}</h1>","data":{"title":"Report"}}' -o out.pdf
HTTP/1.1 200 OK Content-Type: application/pdf X-BigAPI-Cost: 1 (rendered PDF body)