Export Form Data icon

Export Form Data

Pro

Export Form Data is a REST API tool that exports values from PDF form fields into an external data file for both XFA forms and Acroforms.

A bubbling flask with code brackets inside
Try Now with API Lab

Start right from your browser - upload files, choose parameters, generate code, and send API Calls directly from API Lab!  

to receive your free API Key.
Parameters
Required Parameters
POST
/exported-form-data
curl -X POST "https://api.pdfrest.com/exported-form-data" \ 
  -H "Accept: application/json" \ 
  -H "Content-Type: multipart/form-data" \
  -H "Api-Key: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \
  
Response
The response for your API Call will display here.
Once you've sent your POST request and received a valid response, you can download your output file using the output URL.
Pro
What are Pro Tools?

Pro Tools are powerful API Tools that require a Pro or Enterprise plan for unrestricted access. All plans may be used to test Pro Tools, but output will be watermarked or otherwise limited below the Pro plan level.

Build your solution

You have document processing problems, we have Solutions. Explore the many ways pdfRest can align your documents with your business objectives.

Browse all Solutions

Why is pdfRest the best API to export PDF form data?

pdfRest offers the best solution for exporting data from filled PDF forms, because it supports data aggregation, XFA forms and Acroforms, and professional results.

Aggregate Data Collection

Unlock and unite all of the data supplied to you by PDF forms with pdfRest Export Form Data.  This API Tool extracts values entered in PDF form fields to external data files that facilitate easy database entry and integration with other services. No matter where the forms originated, how complex they are, or which form technology they use, Export Form Data will get the job done.  Trust pdfRest with your aggregate data collection strategy for quick, easy, and reliable results.

Full XFA and Acroform Support

Not all PDF forms are built the same! There are different underlying technologies used in practice to add forms to PDF documents, and these require different technologies to export data or otherwise interact with forms through manual or programmatic processing. In particular, full support for XFA forms is rare, with some tools capable of handling static XFA documents and most tools unable to handle dynamic XFA documents.

Only pdfRest offers full support for exporting data from static and dynamic XFA forms, as well as Acroforms, all with one streamlined API Tool.

Pro Tools for Pro Users

Export Form Data is part of the PDF Forms Pro toolkit, designed for enterprise-grade PDF forms processing.  This series of Pro Tools is powered by gold-standard Adobe® Forms technology to achieve industry-leading results, and our team of PDF experts has spent years enhancing this underlying technology to ensure it supports the most rigorous processing requirements, including complex forms and powerful, automated workflows.

Start from Code Examples
  1. First, you'll need an API Key - to:
    • Stay anonymous with a Guest API Key for 10 free API Calls
    • Sign up for an upgraded API Key with unlimited, continuous service
  2. Choose your programming language
  3. Copy and paste the code to your project
  4. Update Api-Key field with your unique API Key
  5. Update file with the local path to your input
  6. Run this code to send an API Call
See more code examples in our
GitHub repository
Try pdfRest with just a few clicks
Download our Postman Postman Collection
curl -X POST "https://api.pdfrest.com/exported-form-data" \
  -H "Accept: application/json" \
  -H "Content-Type: multipart/form-data" \
  -H "Api-Key: xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" \
  -F "file=@/path/to/file" \
  -F "data_format=xml" \
  -F "output=example_out"
Customize Your Solution
Id
The id parameter allows you to submit a resource ID generated by one of our API Tools. Each API Tool assigns a unique resource ID to your output files, allowing you to chain requests together without having to download intermediate files between requests.

For example, you could use the Query PDF tool to determine the kind of form contained within a PDF before sending its resource ID to the Export Form Data tool.
Generate a self-service API Key now!

Create your FREE API Key to start processing PDFs in seconds, only possible with pdfRest.

Compare Plans
Contact Us