Media
Create upload URL
Creates a signed upload URL in the social-media storage bucket and returns a media_id you can use later when creating posts. Upload the raw file bytes to data.upload.signedUrl with PUT; do not open that URL in a browser.
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Signed upload URL created successfully.
