create_media_upload
Generate a signed upload URL for media files. Upload raw bytes via PUT to the returned URL, then finalize the upload.
Instructions
Create a media upload slot and signed upload URL. This tool does not upload file bytes; upload raw bytes to the returned URL with PUT, then call complete_media_upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | Postoria workspace ID. | |
| name | Yes | Original file name, for example image.png or video.mp4. | |
| content_type | Yes | MIME content type, for example image/png or video/mp4. |