Licensing & Pricing
Two-Layer License Model
The Team edition has two credentials with different responsibilities:
| Credential | Role | How to configure |
|---|---|---|
| API Key | Interface access — decides who can call, supports rate limiting | ZIPOLY__SERVER__API_KEY (set by you) |
| License Key | Feature entitlement — decides how much you can use, bound to a device fingerprint | ZIPOLY__LICENSE__KEY (obtained by purchase) |
Without a License Key, the service runs in trial mode (feature-limited); it unlocks as soon as a key is configured. See Configuration for the trial mode switch.
Team Pricing
| Plan | Price | Effective |
|---|---|---|
| Monthly | ¥49.9 | Flexible, pay as you go |
| Half-Year | ¥288 | ≈ ¥48 / month |
| Yearly | ¥499 | ≈ ¥41.6 / month |
Every plan includes all features. Renewal costs the same as the first purchase; expiry does not affect data of a deployed service — it only restores trial mode limits.
How to Purchase
- Email us at 2632622425@qq.com telling us you need the Team Edition and your chosen plan
- Complete the payment
- Once you receive the License Key, set it as an environment variable and restart the container:
bash
docker stop zipoly-server && docker rm zipoly-server
docker run -d --name zipoly-server \
-p 8080:80 -v zipoly-data:/app/data \
-e ZIPOLY__SERVER__API_KEY=your-secure-api-key \
-e ZIPOLY__LICENSE__KEY=your-license-key \
zipoly-server:2.1.0- Verify the license status:
bash
curl -H "X-API-Key: your-secure-api-key" http://localhost:8080/api/v1/license/infoOther Services
Compression-as-a-Service: don't want to deploy it yourself or compress it yourself? Send us your models — ¥50 per model, with before/after comparison data. Contact 2632622425@qq.com.
Desktop licensing
Desktop (GUI) licensing and pricing are covered in Licensing & Pricing and are independent of the Team edition.