wp_upload_media
Upload base64-encoded files to the WordPress media library, with options for alt text and titles to improve accessibility and SEO.
Instructions
Upload a file to the WordPress media library using base64-encoded data. Maximum file size: 10MB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alt | No | Alt text for images (for SEO and accessibility) | |
| data | Yes | Base64-encoded file data | |
| title | No | Media title (defaults to filename) | |
| filename | Yes | Filename with extension (e.g. "photo.jpg", "document.pdf") |