{
  "service": "Dawloom document to markdown API",
  "docs": "https://dawloom.com/tools/document-to-markdown/",
  "openapi": "https://dawloom.com/api/openapi.json",
  "mcp": "https://dawloom.com/mcp",
  "formats": [
    "doc",
    "docx",
    "odt",
    "pdf",
    "ppt",
    "pptx",
    "rtf",
    "epub",
    "xls",
    "xlsx",
    "ods",
    "odp",
    "csv"
  ],
  "limits": {
    "max_file_size": "25 MB",
    "price": "free"
  },
  "usage": {
    "multipart": "curl -F file=@report.docx https://dawloom.com/api/convert",
    "json_url": "curl -X POST https://dawloom.com/api/convert -H \"Content-Type: application/json\" -d '{\"url\": \"https://example.com/report.docx\"}'",
    "raw": "curl -X POST https://dawloom.com/api/convert -H \"X-Filename: report.docx\" --data-binary @report.docx",
    "markdown_only": "add \"Accept: text/markdown\" to receive the markdown body without the JSON envelope"
  },
  "privacy": "Files are converted in memory and never stored. Prefer the browser tool for fully local conversion."
}