postgrid_get_upload_url
Obtain a presigned URL to upload a PDF directly to cloud storage. Use the returned GET URL as uploadedPDF to create letters in environments without file system access.
Instructions
Get a presigned URL to upload a PDF directly to cloud storage. Returns a PUT URL (for uploading) and a GET URL (for use as uploadedPDF in postgrid_create_letter). Workflow: (1) call this tool, (2) upload the PDF to the PUT URL via curl, (3) pass the GET URL to postgrid_create_letter. Use this from Cowork or sandboxed environments where file system access is unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||