jotify_upload_media
Upload a single media file to Jotify Moment using a local path, external image URL, or Base64 data. Prepare images for photo posts or profile updates.
Instructions
上传单个媒体文件到 Jotify Moment。支持传入本地路径、外部图片 URL 或 Base64 数据
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| biz | No | 业务用途(默认 moment) | |
| url | No | 外部公开图片/媒体的 HTTP/HTTPS URL | |
| fileName | No | 自定义保存的文件名(如 photo.jpg) | |
| filePath | No | 本地媒体文件的文件系统绝对/相对路径 | |
| base64Data | No | Base64 编码的媒体数据(如生图工具生成的图片) |