Upload Blob
upload_blobStore files and blobs in an AFFiNE workspace by specifying workspace ID, base64 content, 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 |