upload_image
Upload an image to knowledge base articles by providing Base64-encoded data, MIME type, and filename.
Instructions
Upload an image to use in knowledge base articles. Provide the image as a Base64-encoded string along with its MIME type (e.g. 'image/png') and filename (e.g. 'cover.png').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| mime_type | Yes | ||
| image_base64 | Yes |