Stream mode
Generate the ZIP when it is downloaded.
- No storage charge
- Best for one-off exports and internal tools
- Initial self-serve archive guardrail is 10 GB on paid plans
Your users want to download multiple files at once. Don't build ZIP infrastructure — Eazip bundles URLs into ZIPs with stream and stored modes, ZIP64 support, and predictable quotas.
Free tier: 20 GB stream + 100 GB-days stored per month · No credit card required
curl -X POST https://api.eazip.io/jobs \
-H "X-API-Key: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"files":[{"url":"https://cdn.example.com/img1.jpg"},
{"url":"https://cdn.example.com/img2.jpg"}]}' {
"success": true,
"job_id": "550e8400-e29b-41d4-a716-446655440000"
} From side projects to enterprise scale — Eazip handles it all.
Bundle product photos for bulk downloads. Let customers download entire catalogs in one click.
Package invoices, contracts, or reports into a single ZIP for easy client delivery.
Distribute design files, fonts, or media packs. Handle any file type, any size.
Build backup tools, archiving pipelines, or export features without managing ZIP libraries.
Three steps, one API call. No infrastructure to manage.
Send a files array with URLs and optional filenames. Any file type, any size — up to 5,000 files per job.
Our infrastructure fetches each file and packages them into a ZIP. ZIP64 support for files over 4GB.
Get a signed download URL. Share it directly with users or download it yourself — no egress fees, ever.
# Create a ZIP from remote filescurl -X POST https://api.eazip.io/jobs \ -H "X-API-Key: $API_KEY" \ -H "Content-Type: application/json" \ -d '{ "files": [ {"url":"https://example.com/file1.pdf"}, {"url":"https://example.com/file2.pdf"} ] }'{ "success": true, "job_id": "550e8400-e29b-41d4-a716-446655440000"}POST a files array with URLs and optional filenames. Get a ZIP back without extra orchestration.
Serve ZIPs without wiring up cloud egress plumbing. Stored downloads are included, and stream delivery is priced predictably.
ZIP64 support for files over 4GB. Handle larger exports with per-archive limits, ordered inputs, and optional custom names.
Signed URLs with expiration. Safely deliver ZIPs directly to your end users without exposing your infrastructure.
No more managing ZIP libraries, temp files, or cleanup cron jobs. We handle creation, storage, and automatic deletion.
Start free, then move into included stream and stored quotas. Overage is optional on paid plans.
Free for evaluation. Paid plans add larger archives, longer retention, and optional overage with the same simple rates across Starter, Pro, and Scale.
Generate the ZIP when it is downloaded.
Store once, then let users download during retention.
A stored archive pays for retention time, not every download. Stream delivery pays only when a ZIP is actually downloaded.
Stored GB-days plus stream GB.
Assumes $0.09/GB internet egress.
Repeated downloads benefit the most.
Evaluate the API and wire up a first Download All flow without a card.
$0
The first production tier for a customer-facing export feature.
$9/month
For product teams shipping ZIP delivery as a core user workflow.
$29/month
For high-volume exports with large stored archives and long retention.
$99/month
Paid plans share simple overage rates: $0.004/stream GB and $0.002/stored GB-day. Overage can be turned off at any time.
Free tier included. Upgrade when stream or stored quota becomes part of your product.