haops_upload_help_image
Upload base64-encoded images to help articles for embedding in content. Returns attachment URL.
Instructions
Upload an image to a help article. Accepts base64-encoded image data. Admin-only. Returns the attachment record with a URL for embedding in content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| filename | Yes | Filename with extension (e.g. screenshot.png) | |
| mimeType | Yes | Image MIME type | |
| articleSlug | Yes | The help article slug | |
| imageBase64 | Yes | Base64-encoded image data |