create_media_upload
Create a direct media upload for an agent-held file. Provide the original filename and MIME type. Returns a signed_url: PUT the raw file bytes to it with the same Content-Type within 30 minutes. Once uploaded, use the returned temporary url in media_urls when creating a post. The temporary url is valid for 24 hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| mime_type | Yes |