Generate an upload URL for media files
media_generate_upload_linkGenerate a unique upload URL for the user to upload files via browser.
Use this when the user wants to include images or videos in their post. The flow is:
Call this tool to get an upload URL
Ask the user to open the URL in their browser
User uploads files through the web interface
Call media_check_upload_status to get the uploaded file URLs
Use those URLs when creating the post with posts_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |