Request presigned upload URL
po_documents_upload_url_getWRITES DATA. Creates or changes data in the workspace. Register an upload slot and return a presigned PUT URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Original filename with extension, e.g. "Rechnung_2026.pdf". Alias: file_name | |
| file_name | No | Alias for filename — same parameter, consistent naming with other po_documents_* tools. | |
| content_type | No | MIME type, e.g. "application/pdf". Defaults to application/octet-stream. |