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.
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.