ghost_upload_image
Upload an image to Ghost CMS from a local path, web URL, or base64 string, and get the public URL for features or content.
Instructions
Upload an image to Ghost CMS from a local file path, a web URL, or base64 string. Returns the public Ghost image URL for feature images or inline content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| purpose | No | Purpose of the image upload | image |
| fileName | No | File name with extension (e.g. 'banner.png') | image.jpg |
| filePath | No | Absolute or relative path to a local image file (e.g. '/path/to/cover.jpg') | |
| imageUrl | No | Direct web URL of an image to download and re-upload to Ghost | |
| base64Data | No | Base64-encoded image data string |