Key-value pair extraction API

Automatically identify and extract key values without manual supervision or templates. Integrate a KVP API to extract specific data like credit cards, addresses, and emails from unstructured documents.

Template-free, ML-driven extraction

Identify key-value pairs from documents such as invoices, forms, and IDs without defining rules or templates. Our API adapts intelligently using machine learning.

Automate with Zapier

Automatically extract key-value pairs from images in Google Drive and save them as JSON using our Zapier integration. Automate your document workflows to save time and centralize data.

Works with complex layouts

Extract information from documents with varying formats, irregular spacing, and inconsistent structure with high accuracy.


Try it out

This example will extract key-value pairs from an input file and return it as a JSON file.


Try it out in three steps

  1. Add an image named invoice.webp 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 instructions='{
"parts": [
{
"file": "invoice"
}
],
"output": {
"type": "json-content",
"keyValuePairs": 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.