solnk_create_media_from_url
Fetch and store an image or video from a public URL, returning a media_id for use in publishing.
Instructions
Attach an image or video by public URL — Solnk fetches and stores it server-side, returning a media_id to use in solnk_publish. Limits: max 500 MB per file; allowed types png/jpeg/webp/gif, mp4/mov/webm. (For a local file on disk, use solnk_create_media_upload instead.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL of the image/video to ingest (max 500 MB) | |
| content_type | Yes |