docx.save
Save a DOCX document by providing its ID to a file path or retrieve it as a base64-encoded string. Choose the output method to store the document or access its data programmatically.
Instructions
Save a DOCX document to file or get as base64
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional file path to save to | |
| docId | No | Document ID | |
| returnBase64 | No | Return document as base64 |