haops_upload_doc_image
Upload a base64-encoded image to a documentation section and receive a URL for embedding in content.
Instructions
Upload an image to a documentation section. Accepts base64-encoded image data. 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 | |
| imageBase64 | Yes | Base64-encoded image data | |
| projectSlug | Yes | The project slug (URL identifier) | |
| sectionSlug | Yes | The doc section slug | |
| artifactSlug | Yes | The doc artifact slug |