Mdkit
Turn PDFs, Office docs and HTML into clean, LLM-ready Markdown and JSON — with one API call or one MCP tool call.
Try it now — no signup, no key:
curl -F "file=@report.pdf;type=application/pdf" \
https://api.mdkit.online/v1/convert
import requests
r = requests.post(
"https://api.mdkit.online/v1/convert",
files={"file": ("report.pdf", open("report.pdf", "rb"), "application/pdf")},
)
print(r.json()["markdown"])
Plans
Free
€0/mo
100 credits / month
Essential
€20/mo
10,000 credits / month
Scale
€80/mo
100,000 credits / month