url to markdown

Convert anything to markdown. Instantly.

Turn any URL into clean markdown. PDFs, docs, spreadsheets, presentations, websites — rendered with a headless browser so JS-heavy pages work too.

preview.thedrive.ai/md/
preview.thedrive.ai/md/
try: website pdf docx
# Example Page This is the extracted content from the URL, converted to clean **markdown**. - Headings preserved - Lists extracted - Tables converted - Links maintained *Enter a URL above to try it*
1// quick path 2curl https://preview.thedrive.ai/md/thedrive.ai 3 4// pdf to markdown 5curl https://preview.thedrive.ai/md/arxiv.org/pdf/1706.03762 6 7// docx to markdown 8curl https://preview.thedrive.ai/md/www.cte.iup.edu/cte/Resources/DOCX_TestPage.docx 9 10// api endpoint (with file upload) 11curl -X POST https://preview.thedrive.ai/api/v1/markdown/convert \ 12 -F "file=@document.pdf" 13 14// api endpoint (with url) 15curl -X POST https://preview.thedrive.ai/api/v1/markdown/convert \ 16 -F "url=https://arxiv.org/pdf/1706.03762"
Quick preview.thedrive.ai/md/{url}
API POST /api/v1/markdown/convert
File upload -F "file=@doc.pdf"
URL -F "url=https://arxiv.org/pdf/1706.03762"
Skip cache /md/{url}?nocache=true
Formats PDF, DOCX, PPTX, XLSX, CSV, HTML, images, code, websites
Websites JS-rendered via headless browser
Output text/markdown; charset=utf-8
Rate limit 30/min · need more?