DocsProcessor API
Processor

Processor API

POST /v1/batches/estimate
curl -X POST https://poldex-api.plain-water-cd0f.workers.dev/v1/batches/estimate \
  -H "x-api-key: pd_live_YOUR_KEY" \
  -F "schema=commercial_gl" \
  -F "files=@policy.pdf"

Create

Create a batch with POST /v1/batches, then poll GET /v1/batches/{batch_id}.

Downloads

Batch downloads include manifest CSV, combined CSV, combined XLSX, and results ZIP.