request_upload_link
Get an upload page for files that live on the user's device (a video or photos on their phone or laptop) and therefore have no public URL. Returns a link valid for 24 hours; give it to the user, they open it and drop one or many files in (a whole carousel at once is fine), and each file lands in their Post Bridge media library. Then call list_media (newest first), take as many media_ids as files they uploaded, and pass them to create_post. Use this whenever the user wants to post a file that upload_media cannot reach: no URL, or larger than 3MB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||