assets_upload
Upload a local file to your personal assets store for blog posts or articles, returning a public URL for direct use.
Instructions
Upload a local file to your personal assets store (for blog posts, articles, etc.) and return the public URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pathname | No | Optional storage path/filename in the blob store (e.g. 'images/photo.jpg'). Defaults to the original filename. | |
| localPath | Yes | Absolute path to the local file to upload |