dl on any CDN transform URL to send Content-Disposition: attachment instead of displaying the image inline.
Parameters
| Param | Value | Default |
|---|---|---|
dl (download) | Force download. dl=filename.jpg sets the filename. dl=1, dl=true, or bare dl uses a derived name from the source file + output format extension. | inline display |
Examples
Custom filename:format=auto, bgRemove, presets, and signed URLs all work the same way. The attachment header is applied to the final encoded bytes after the pipeline runs.
See Format & delivery for negotiation and encoding options.