API

Parse Document API

Upload one PDF or supported document and receive Markdown, plain text, JSON, and page-level metrics.

Endpoint

POST /api/parse?mode=standard

Request

curl -F file=@sample.pdf "http://127.0.0.1:8765/api/parse?mode=standard"
curl -F file=@sample.docx "http://127.0.0.1:8765/api/parse?mode=standard"

Modes

Response fields

Supported formats

PDF is the primary product format. Common Office documents, spreadsheets, presentations, and image scans are also accepted.

GET /api/formats

Limits

Files can be up to 30 MB. For the best results, upload searchable PDFs or clear, high-resolution scans.