store_media_file
Save and manage media files by uploading base64 data, local files, or URLs. Delete existing files with the same name, ensuring organized media storage.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | No | Base64-encoded data of the file | |
deleteExisting | No | Whether to delete existing file with same name | |
filename | Yes | Name to save the media file as | |
path | No | Local file path to read from | |
url | No | URL to download the file from |