Free
Evaluate the API and wire up a first Download All flow without a card.
$0
- 100 files per job
- Max 2 GB per ZIP archive
- Included quota only
- Email support
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 with included stream and stored quotas. Paid plans can continue beyond included usage when you enable overage.
Every plan includes stream delivery and stored archive quota. Paid plans can keep accepting work beyond the included quota with simple pay-as-you-go overage.
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
Free is capped at included usage. Paid plans include monthly quota and can optionally continue beyond it with usage-based billing.
Pay-as-you-go overage is optional on paid plans and can be turned off at any time.
Free tier included. Upgrade when stream or stored quota becomes part of your product.