Upload Blob
upload_blobUpload files or blobs to AFFiNE workspace storage using base64-encoded content and optional filename and MIME type.
Instructions
Upload a file or blob to workspace storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Workspace ID | |
| content | Yes | Base64 encoded content or text | |
| filename | No | Filename | |
| contentType | No | MIME type |