jotify_upload_batch
Batch upload multiple images, audio, or video files in one request and receive the uploaded media list ready for posting. Reduces interaction rounds.
Instructions
一次性批量上传多张图片或音视频,返回已上传的媒体列表供发帖使用(极大减少交互轮次)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| biz | No | 业务用途(默认 moment) | |
| items | No | 待上传的媒体数组 | |
| filePaths | No | 快捷本地文件路径数组(例如 ["/path/1.jpg", "/path/2.jpg"]) |