Document Parsing API

Turn PDFs, scans and spreadsheets into structured JSON. One endpoint, no SDK required.

curl -X POST https://api.parsefold.io/v1/parse \
  -H "Authorization: Bearer $PARSEFOLD_KEY" \
  -F "file=@invoice.pdf" \
  -F "schema=invoice.v2"

Endpoints

MethodPathDescription
POST/v1/parseSubmit a document for extraction
GET/v1/jobs/{id}Poll an asynchronous job
GET/v1/schemasList available extraction schemas
DELETE/v1/jobs/{id}Discard a job and its artifacts

Rate limits

PlanRequests / minMax file size
Free2010 MB
Team300100 MB
Enterprisecustom2 GB

Status

All systems operational. Median parse latency last 24h: 1.42 s.