One document parser for PDFs, scans, DOCX, and PPTX
Standardize mixed knowledge documents into structured Markdown through the web app, API, CLI, or agent integrations.
One ingestion layer · Multiple inputs · Markdown output
curl -X POST https://blazedocs.io/api/v1/convert \
-H "Authorization: Bearer $BLAZEDOCS_API_KEY" \
-F "file=@document.pdf"“Finally a PDF converter that outputs clean Markdown for my RAG pipeline.”
Alex T. · Software engineer
Make the source usable before the next workflow
Normalize supported files into structured Markdown and consistent API response metadata.
Structure you can use—not another text dump
See mixed documents enter one pipeline
Watch the ingestion layer standardize different source formats into Markdown.
Start with one copy-pasteable request
The examples use the production API response shape and work with the tools already in your stack.
curl -X POST https://blazedocs.io/api/v1/convert \
-H "Authorization: Bearer $BLAZEDOCS_API_KEY" \
-F "file=@document.pdf"One quota across app, API, and CLI
Page usage is shared across interfaces, so teams can test manually and automate the same workflow later.
Free tier available without a card
Questions before you try it?
Answers about accuracy, pricing, security, and this workflow.
How accurate is BlazeDocs OCR?+
BlazeDocs uses Mistral AI OCR and preserves reading order, headings, tables, formulas, and lists. Clean text PDFs are near-perfect; difficult scans typically exceed 95% character accuracy.
How does BlazeDocs pricing work?+
The free plan includes three uploads per month with the first five pages of each file. Paid plans start at $9.99 per month for 500 pages, with API plans for production volume.
Are uploaded documents private?+
Documents are processed securely and are not used to train models. PDFs are handled in memory rather than permanently stored; review the security and privacy pages for current controls.
What document types are supported?+
BlazeDocs accepts PDFs, common image formats, DOCX Word files, and PPTX slide decks. The API returns the same structured response shape.
Can the same quota be used through the CLI?+
Yes. Web, API, CLI, and agent integrations use the same account and page allowance.
Ready to make this document usable?
Try the workflow with your own document before deciding. No credit card required.