Create document download URL
create_download_urlGenerate a short-lived signed URL to download an existing .docx file from the bucket. Use the document-relative path to retrieve the original binary file for editing and re-uploading.
Instructions
Get a short-lived signed URL to download an EXISTING .docx from the bucket with an HTTP GET (no auth header needed). relPath is documents-relative, like 'chapitre_05/Manuel - Chapitre 5.docx' — the same path used by create_upload_url and get_document_text. Use this to fetch the original binary file (with its images and formatting intact) so you can edit it and re-upload via create_upload_url. Returns { url, objectKey, expiresAt, exists }; exists is false when there is no such object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| relPath | Yes |