save
Save DOCX documents with formatting preservation. Export clean versions, tracked changes, or Google Docs checkpoints to specified file paths while maintaining document structure.
Instructions
Save document. For DOCX: saves clean and/or tracked changes output. For Google Docs: checkpoint (default) returns revisionId, or snapshot exports as DOCX.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Path to the DOCX file. | |
| google_doc_id | No | Google Doc ID or URL (alternative to file_path). Extract from URL: docs.google.com/document/d/{ID}/edit | |
| save_to_local_path | Yes | ||
| clean_bookmarks | No | ||
| save_format | No | ||
| allow_overwrite | No | ||
| tracked_save_to_local_path | No | ||
| tracked_changes_author | No | ||
| tracked_changes_engine | No | ||
| fail_on_rebuild_fallback | No | When true, return an error instead of a destructive output if the comparison engine falls back to rebuild mode (which destroys table structure). Default: false. |