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.
| SDK | Install | Version | Links |
|---|---|---|---|
| Python | pip install docdigitizer | 2.1.0 | PyPI → |
| Node.js | npm install docdigitizer | 1.2.0 | npm → |
| CLI | pip install docdigitizer | 2.1.0 | Docs → |