Quick Document & Data API
Document parsing and data transformation API for PDFs, HTML, files, and structured data formats. **Endpoints:** - `POST /v1/pdf/text` — Extract full text content from a PDF, page by page, with character-level fidelity - `POST /v1/pdf/tables` — Extract all tables from a PDF as structured arrays of rows and cells - `POST /v1/html/text` — Strip an HTML document to plain readable text, removing…
Quick Document & Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
/health /health |
|
| POST |
/v1/pdf/text /v1/pdf/text |
|
| POST |
/v1/pdf/tables /v1/pdf/tables |
|
| HTML | ||
| POST |
/v1/html/text /v1/html/text |
|
| POST |
/v1/html/readable /v1/html/readable |
|
| File | ||
| POST |
/v1/file/type /v1/file/type |
|
| Transform | ||
| POST |
/v1/json/to-csv /v1/json/to-csv |
|
| POST |
/v1/csv/to-json /v1/csv/to-json |
|
| POST |
/v1/xml/to-json /v1/xml/to-json |
|
| POST |
/v1/json/to-xml /v1/json/to-xml |
|
Quick Document & Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 1 / second |
|
| ULTRA | $25 / month | 3 / second |
|
| MEGA | $50 / month | 10 / second |
|