publer_upload_media_from_url
Upload media to Publer from a public URL and retrieve a job ID for async processing. Poll job status to get the media ID for use in posts.
Instructions
Upload media to Publer from a URL (e.g. a Dropbox shared link, public image URL). Returns a job_id for async processing. Poll with get_job_status to get the media ID for use in posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL of the media file to import | |
| name | Yes | Filename for the media | |
| caption | No | Caption for the media | |
| in_library | No | Save to media library |