Word to text
Try it interactively →POST /api/docx-to-textExtract plain text from a Microsoft Word .docx file. Strips all formatting and returns just the readable content. Useful for indexing, full-text search, or feeding documents to LLMs.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| docx* | file | — | Input.docx bytes. |
| paragraphSeparator | string | "\n\n" | String inserted between paragraphs. Default blank-line. |
Response
Modes: json, binary. Cache: yes (24h TTL).