Skip to content

Licensing & Pricing

Two-Layer License Model

The Team edition has two credentials with different responsibilities:

CredentialRoleHow to configure
API KeyInterface access — decides who can call, supports rate limitingZIPOLY__SERVER__API_KEY (set by you)
License KeyFeature entitlement — decides how much you can use, bound to a device fingerprintZIPOLY__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

PlanPriceEffective
Monthly¥49.9Flexible, 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

  1. Email us at 2632622425@qq.com telling us you need the Team Edition and your chosen plan
  2. Complete the payment
  3. 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
  1. Verify the license status:
bash
curl -H "X-API-Key: your-secure-api-key" http://localhost:8080/api/v1/license/info

Other 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.

Built for Web3D developers