Save one Midjourney asset by URL
download_urlSave a Midjourney asset directly from its URL. Use when you already have an image link from a feed, job list, or moodboard and want to skip the detour through a job ID.
Instructions
Download a single Midjourney asset by its direct URL. For image URLs already in hand, from list_jobs, explore_feed or a moodboard, where going back through a job id would be a detour.
Only useful for URLs the signed-in browser session can reach.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Direct URL to the asset. | |
| out_dir | No | Directory to write into. Defaults to MIDJOURNEY_DOWNLOAD_DIR. | |
| file_name | No | Override the filename. Derived from the URL otherwise. |