Skip to main content
v2 API

Documentation

Everything you need to extract structured data from documents.

Quick Start

Get extracting in under 5 minutes.

1

Get your API key

Sign up at the customer portal. You get 50 free credits — no credit card required.

2

Install SDK

Install the Python or Node.js SDK, or use curl directly.

terminal
pip install docdigitizer
3

Extract your first document

Three lines of code. That's it.

terminal
from docdigitizer import DocDigitizer
client = DocDigitizer("dd-YOUR_API_KEY")
result = client.extract("invoice.pdf")
print(result.json)
4

Go to production

Upgrade your plan when you're ready. Same API, higher limits.

SDKs & CLI

Official SDKs with TypeScript support, automatic retries, and batch operations.

SDKInstallVersionLinks
Pythonpip install docdigitizer2.1.0PyPI →
Node.jsnpm install docdigitizer1.2.0npm →
CLIpip install docdigitizer2.1.0Docs →

Ready to extract?

50 free credits. No credit card required.

Questions? → Talk to Us