Initializes a media upload by returning a presigned URL. Use when you need to upload images, videos, GIFs, or PDFs to attach to draft posts. First call this action to get a `media_id` and `upload_url`. Then PUT your file content directly to the `upload_url`. Finally, use the `me…
file_nameRequiredstringOriginal filename with extension (e.g., 'image.jpg', 'video.mp4', 'document.pdf'). Used for MIME type detection. Allowed extensions: .jpg, .jpeg, .png, .webp, .gif, .mp4, .mov, .pdf
social_set_idRequiredintegerThe ID of the social set (account) to upload media to. Must be a positive integer.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.