upload_image
Upload an image to Substack's CDN to obtain a public URL, image ID, and dimensions for embedding in posts or setting as cover image.
Instructions
Upload an image to Substack's CDN and return its public URL.
Args: image_path: Local file path (e.g., /Users/foo/cover.png) or remote URL.
Returns:
{url, id, width, height} — pass url to set_cover_image or embed in
Markdown as .
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_path | Yes |