Overview
Create and deliver reliable ZIP exports from remote URLs, from your server or directly from the browser.
Eazip is managed infrastructure for “Download all as ZIP.” Send file URLs, create a job, and give your user the resulting download.
Choose how to create jobs
From your server
Create jobs with a secret API key. Best when URLs or permissions need to stay on your backend.
From the browser
Create jobs with a publishable key and Eazip.js. No backend endpoint required.
Both integrations create the same Cloud jobs. Choose based on where your app already knows which files belong in the ZIP.
Why Eazip
- Keep ZIP work out of your app servers. Eazip fetches the source files and builds the archive without your backend buffering every byte.
- Handle large, long-running exports reliably. Jobs can retry and resume instead of forcing the user to keep one request open.
- Deliver a download, not more infrastructure. Eazip returns a signed URL your app can hand directly to the user.