upload_image
Upload a base64-encoded image to Substack's CDN and get the hosted URL. Ideal for adding images to posts.
Instructions
Upload a base64-encoded image to Substack's CDN. Returns the hosted image URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_base64 | Yes | Base64-encoded image with data URI prefix (e.g., "data:image/png;base64,...") |