Get Download URL
pdf_merger_get_download_urlCreate a one-time download link to retrieve a merged PDF. Use the token from the merge operation; the URL expires after one use.
Instructions
Build a one-time download URL for a merged PDF.
The token is returned by pdf_merger_merge. Each token can only be used once; after the first download the link expires and all associated cloud files are cleaned up.
Args:
token (string): One-time download token UUID from the merge response.
Returns (JSON): { "download_url": "https://your-api.example.com/download/" }
Notes:
Opening the URL in a browser triggers a file download of "merged.pdf".
After download, source blobs are automatically deleted from cloud storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | One-time download token returned by the merge operation. Each token can only be used once. |