Skip to content

v1.6.1

Choose a tag to compare

@vincentventalon vincentventalon released this 15 Feb 21:36
· 11 commits to main since this release

What's New

  • PDF generation: Generate a PDF from a saved template using POST /v1/pdf/create. Provide template_id (12-char string) and data (object); choose export_type (url default or binary) and set expiration (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, optional export_type and expiration. Response example URL is now consistent with the real response format.

Generated from TemplateFox API v1.6.1