Download an asset from an Imgix source with optional custom filename. Use this tool when you need to: - Download images or assets from an Imgix CDN source - Force a specific download filename (via 'dl' parameter) - Download assets with special character filenames (via 'dl64' par…
dlstringDesired filename for the downloaded file. When provided, the browser will prompt to save the file with this name instead of the original filename. Mutually exclusive with dl64.
dl64stringBase64-encoded (URL-safe) filename for download. Use this when the filename contains special characters that need URL encoding. Mutually exclusive with dl. Example: 'bXktaW1hZ2UuanBn' is base64 for 'my-image.jpg'.
pathRequiredstringPath to the asset within the source, relative to the source root. Do not include the domain or leading 'https://'. Example: 'images/photo.jpg' or 'folder/subfolder/image.png'.
sourceRequiredstringImgix source domain or subdomain for the asset. This is typically in the format 'your-source.imgix.net' or a custom domain configured in your Imgix account. Use IMGIX_LIST_SOURCES to discover available source domains.
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.