download_file
Download a file such as a redlined DOCX with Track Changes from BitsBound. Returns base64 content or saves to a local path.
Instructions
Download a file from BitsBound (e.g., the redlined DOCX with Track Changes). Returns the file as base64-encoded content that can be saved locally. The downloadUrl is provided by get_analysis_status when analysis is complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| saveToPath | No | Optional: Local file path to save the downloaded file. If not provided, returns base64 content. | |
| downloadUrl | Yes | The download URL from get_analysis_status deliverables (redlinedDocxDownloadUrl) |