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"
| Method | Path | Description |
|---|---|---|
POST | /v1/parse | Submit a document for extraction |
GET | /v1/jobs/{id} | Poll an asynchronous job |
GET | /v1/schemas | List available extraction schemas |
DELETE | /v1/jobs/{id} | Discard a job and its artifacts |
| Plan | Requests / min | Max file size |
|---|---|---|
| Free | 20 | 10 MB |
| Team | 300 | 100 MB |
| Enterprise | custom | 2 GB |
All systems operational. Median parse latency last 24h: 1.42 s.