Extract a Word document as clean Markdown – headings, lists and tables preserved.
| Name | Type | Description |
|---|---|---|
file | file · required | .docx file. |
output | string · optional | md (file, default) or json. |
curl -X POST https://api.bigapi.dev/v1/docx/to-markdown -H 'Authorization: Bearer $KEY' -F 'file=@report.docx' -o report.md
# Annual Report Revenue grew... | Region | Revenue | | --- | --- | | EU | 1.2m |