upload_image
Upload images to cloud storage for use in GetNote platform notes. Accepts local file paths or Base64 data and returns image URLs for embedding in documents.
Instructions
上传图片到 OSS。返回 image_url(用于创建图片笔记的 image_urls 参数)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | No | 本地图片文件路径 | |
| image_base64 | No | 图片的 Base64 编码数据(与 image_path 二选一) | |
| mime_type | No | 图片类型(如 png、jpg、jpeg),默认 png | png |