Concepts
Understand the shared models behind Local, Cloud, React, and framework-agnostic JavaScript integrations.
Concepts explain how Eazip behaves across integrations. Read only the topic you need; setup instructions stay in Getting Started and exact signatures stay in Reference.
Choose a topic
ZIP jobs
Choose createZip or startZip and understand the shared lifecycle.
Inputs and sources
See accepted file shapes, filename rules, and Local versus Cloud URL fetching.
Partial results
Keep successful files when one source fails and decide when to fail fast.
Multi-ZIP splitting
Split large output into predictable ZIP parts.
Sessions and resume
Reconnect to a Cloud job after a reload.
Start with the job model
If you are unsure where to begin, read ZIP jobs. It connects inputs, progress, partial results, splitting, and Cloud sessions into one lifecycle.
Looking for code first? Start with React or JavaScript in Getting Started.