md · conversions

Drop a document, get a URL that serves it as Markdown. csv, docx, epub, htm, html, json, md, odt, pdf, pptx, rtf, txt, xls, xlsx, xml, zip. Up to 60 MB.

Drop a file here or tap to choose PDF, Word, PowerPoint, Excel, HTML, EPUB…

or

From the command line
curl -F [email protected] -F wait=1 -H "X-Key: $KEY" http://md.katadrew.com/api/convert
curl -F url=https://example.com/report.pdf -F wait=1 -H "X-Key: $KEY" http://md.katadrew.com/api/convert

Without wait=1 the call returns a job id at once; poll /api/status/<job> for page progress and the final URL.

Returns JSON with url. The Markdown URL is public but unguessable; paste it to Claude.