R2 Zip Download

Bundle multiple files from your Cloudflare R2 bucket into a single zip. Hybrid Drive + R2 →

checking…
# Equivalent curl
curl -X POST https://storage.techics.com/api/zip \
  -H 'Content-Type: application/json' \
  -d '{"files":["folder/a.pdf","images/b.jpg"],"zipName":"download.zip"}' \
  -o download.zip