bookstack_images_create
Upload image files to the BookStack gallery to enhance documentation with visual content. Supports base64 encoded images and allows association with specific pages.
Instructions
Create a new image by uploading an image file to the gallery
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Image name/title (required) | |
| image | Yes | Base64 encoded image content (required) | |
| type | No | Image type | gallery |
| uploaded_to | No | Page ID to associate the image with |