postiz_upload_from_url
Upload media from a public URL by providing the link. Postiz fetches the URL server-side and returns an ID and path for use in post creation.
Instructions
Upload a media file from a public URL via POST /api/uploads/url. Postiz fetches the URL server-side, so this works for sources the MCP host can't reach. Returns { id, path } usable in postiz_create_post value[].image[]. Requires enableWrite.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL Postiz should fetch. |