create_media_upload_url
Generates a signed upload URL and corresponding media URL for later use in a post. Use this to upload media directly when you need control over the upload process.
Instructions
Get a signed URL to upload a media file. Returns an upload_url (PUT your bytes there) and the media URL to reference in a post. Prefer upload_media if you want the upload done for you in one step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content_type | No | MIME type of the file you'll upload (e.g. 'image/jpeg', 'video/mp4'). | |
| file_name | No | Optional original file name. |