wordpress_upload_media_from_url
Upload media from a public URL to WordPress. Downloads with SSRF protection, detects MIME type, and adds to media library with optional metadata and post attachment.
Instructions
[UNIFIED] Upload media from a public URL to the WordPress media library (sideload). Downloads the file with SSRF protection, sniffs MIME, and uploads via raw-binary POST.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| site | Yes | ||
| title | No | ||
| caption | No | ||
| alt_text | No | ||
| filename | No | ||
| convert_to | No | ||
| set_featured | No | ||
| skip_optimize | No | ||
| attach_to_post | No |