Scientific Paper Parser
Stop losing equations when you parse research papers. Generic PDF parsers (Adobe, AWS Textract, pdfplumber) destroy the parts of scientific papers that matter most for RAG: equations, citations, and multi-column layouts. Open-source tools like Marker do the job well, but require GPU servers, model downloads, and Python ML stacks that take days to set up. This API does one thing and does it…
Scientific Paper Parser endpoints
| Method | Endpoint | Description |
|---|---|---|
| paper-parser | ||
| GET |
pollResult /parse-paper/{call_id} |
Check the status of a parse job. Returns `processing` if still running, `done` with the parsed result on success, or `error` with a message on failure. Poll every 15-30 seconds… |
| POST |
submitPaper /parse-paper |
Submit a scientific PDF for parsing. Provide either a publicly-accessible `url` OR a multipart `file` upload (exactly one). Returns a `call_id` you poll with `GET… |
| GET |
health /health |
Liveness probe. Returns 200 if the parser is online. |
Scientific Paper Parser pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | 25 / second |
|
| ULTRA | $29 / month | — |
|
| MEGA | $99 / month | — |
|