PDF-to-JSON API

Extract tables from PDF to JSON using our data extraction API.

Extract structured tables automatically

Convert tables from PDFs into clean, machine-readable JSON. Ideal for invoices, forms, reports, and more.

Automate with Zapier

Automatically extract tables from PDFs in Google Drive and save as JSON files using our Zapier integration. A no-code solution to streamline document-to-data workflows.

No manual data entry

Save time and eliminate human error by automating table extraction from PDFs with high accuracy.


Try it out

This example will extract tables from a PDF and return them as a JSON file.


Try it out in three steps

  1. Add a PDF named document.pdf to your project folder.
  2. Run the code from the same folder.
  3. Open result.json to see the output.
curl -X POST https://api.nutrient.io/build \
-H "Authorization: Bearer your_api_key_here" \
-o result.json \
--fail \
-F document=@document.pdf \
-F instructions='{
"parts": [
{
"file": "document"
}
],
"output": {
"type": "json-content",
"plainText": false,
"structuredText": false,
"keyValuePairs": false,
"tables": true
}
}'

Start now

Create an account to access your API key and start with 50 free credits per month

Start building with DWS Processor API in minutes β€” no payment information required.

Already have an account? Sign in β†’


Security is our top priority

No document storage

No input or resulting documents are stored on our infrastructure. All files are deleted as soon as a request finishes. Alternatively, check out our self-hosted product.

HTTPS encryption

All communication between your application and Nutrient is done via HTTPS to ensure your data is encrypted when it’s sent to us.

Safe payment processing

All payments are handled by Paddle. Nutrient DWS Processor API never has direct access to any of your payment data.


Ready to try it?

Create an account to get your DWS Processor API key and start making API calls.