upload_pdf
Upload a PDF to PDFGate using a local file path or public URL, enabling subsequent document operations like generation and e-signatures.
Instructions
Upload a PDF to PDFGate so it can be referenced by other operations. Provide either 'filePath' (local path) or 'url'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Publicly accessible URL of the PDF to upload | |
| filePath | No | Absolute local path to the PDF file to upload | |
| metadata | No | Custom metadata to attach | |
| preSignedUrlExpiresIn | No | Pre-signed download URL expiry in seconds (60–86400) |