Powered by anydoc — the fastest open-source converter

Any document,
clean Markdown

Convert Word, PDF, PowerPoint, Excel, EPUB, and more to GitHub-Flavored Markdown in milliseconds — with one API call.

.docx.doc.pdf.pptx.ppt.xlsx.xls.odt.ods.odp.rtf.epub.csv

Built for pipelines

Sub-10ms conversions

Pure Rust engine. No ML, no external services. Median conversion time is under 5 ms per document.

Every format

Word, PDF, PowerPoint, Excel, OpenDocument, RTF, EPUB and CSV all produce the same clean Markdown.

Content-based detection

Format is detected from the file bytes, not the extension — mislabelled files still convert correctly.

REST API

POST a file, get Markdown back. API keys, per-account quotas and async jobs for large batches.

One call, any format

Send a file, get Markdown. Format detected automatically from the bytes.

curl -X POST https://api.alldoc.site/v1/convert \
  -H "X-API-Key: YOUR_KEY" \
  -F "file=@report.docx"

# → { "markdown": "# Report\n\nContent here...", "format": "docx" }

Simple pricing

$0/month

Free

  • 20 conversions / month
  • 10 MB max file size
  • All formats
  • REST API access
Get started free
Most popular
$9/month

Pro

  • 2,000 conversions / month
  • 50 MB max file size
  • All formats
  • REST API access
  • Priority support
Start Pro