Release Notes 2.208.0 (18.06.2025)
Improvements
Introducing Automated PDF Form Filling
We're excited to announce a powerful new addition to our API: automated PDF form filling. You can now programmatically extract field data from and populate any of your existing fillable PDF forms, completely eliminating the need for manual data entry and unlocking new levels of efficiency in your document workflows.
This update includes two new endpoints designed to work together to provide a seamless form-filling experience.
What's New
1. New Endpoint: Extract PDF Form Fields
To build dynamic integrations, you first need to know the structure of your forms. Our new Extract Form Fields endpoint allows you to send any fillable PDF and receive a structured JSON response detailing all available form fields and their unique names. This is the perfect first step for data mapping and validation.
See the Form Extraction API documentation
2. New Endpoint: Fill PDF Form
Once you know your fields, you can populate them with our Fill Form Fields endpoint. Simply send the PDF template along with your data as key-value pairs (e.g., {"fieldName": "field value"}), and our API will return a perfectly filled-out PDF document in seconds.
Check out the Form Filling API documentation
Internal updates
Release 2.208.0 introduces internal updates, refactoring, and code improvements that are not directly visible to end-users.
Updated on: 18/06/2025
Thank you!