v1.6.1
What's New
- PDF generation: Generate a PDF from a saved template using
POST /v1/pdf/create. Providetemplate_id(12-char string) anddata(object); chooseexport_type(urldefault orbinary) and setexpiration(60–604800 seconds, default 8640) for URL links. - Bug Fix: Fix consistent example URL in the PDF endpoint response so example URLs match actual responses, improving reliability when parsing responses or building integrations.
API Changes
Updated Endpoints:
POST /v1/pdf/create- Generate a PDF from a template with dynamic data. Requires API key (x-api-key). Request fields:template_id,data, optionalexport_typeandexpiration. Response example URL is now consistent with the real response format.
Generated from TemplateFox API v1.6.1