Skip to main content
SDK

REST API

Synchronous document extraction API. Send a document, get structured JSON. No webhooks, no polling.

Quick Start

bash
curl -X POST https://api.docdigitizer.com/v2/extract \
  -H "Authorization: Bearer dd-YOUR_KEY" \
  -F "file=@invoice.pdf"

Features

Synchronous Responses

No polling or callbacks needed.

📄

OpenAPI 3.0 Spec

Machine-readable spec at /openapi.json.

📁

Multipart Upload

PDF, PNG, JPG, TIFF, DOCX (up to 50 MB).

{}

JSON Output

Consistent field names, structured responses.

Schema Enforcement

Optional schema parameter for validation.

🔄

Rate Limiting

Standard 429 responses with Retry-After headers.

How It Works

1

Upload

Send document via multipart/form-data

2

Extract

AI extraction with schema validation

3

Receive JSON

Synchronous structured response

4

Use in App

Database, message queue, downstream API

Ready to extract?

Get your API key in 30 seconds. First 50 extractions free.

Questions? → Talk to Us