For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dashboard
GuidesIntegrationsAPI ReferencesRelease notes
GuidesIntegrationsAPI ReferencesRelease notes
Dashboard
LogoLogo

Release notes

May 28, 2026
May 28, 2026
Was this page helpful?
Previous

April 24, 2026

Next
Built with

Uploadcare CLI: file download command

The CLI can now download files from the Uploadcare CDN to the local filesystem.

$# Download a single file
$uploadcare file download <uuid> --output ./photo.jpg
$
$# Mirror all stored files into ./backup with 8 parallel workers
$uploadcare file list --page-all --stored true --json uuid \
> | uploadcare file download --from-stdin --output-dir ./backup --parallel 8

Supports streaming to stdout, batch downloads with templated filenames (${uuid}, ${filename}, ${ext}, ${effects}), CDN effects on images, concurrent downloads, progress reporting, and --dry-run.

See the file download reference for the full flag list.