ZipQuantum Documentation

Everything you need to use Smart Links, Deferred Deep Linking, and QR Smart Codes — safely.

No proprietary SDK · No fingerprinting · Privacy-first

Create your first Smart Link in minutes

API integration, parameters, and error handling

Endpoints, parameters, and platform behavior.

Docs

Responses, Errors & Limits

Handle current success, validation, conflict, authentication, rate, and service responses.

Validation model

{
  "message": "The given data was invalid.",
  "errors": {
    "reference": ["The reference format is invalid."],
    "link": ["The link field must be a valid URL."]
  }
}

Do not parse the human message to identify a field. Use the keys of errors; display every string in the corresponding array.

Status codes

  • 200: successful read or availability result
  • 201: resource created
  • 204: deletion on supported administrative routes
  • 401: credential missing or invalid
  • 403: feature or operation not permitted
  • 409: hostname or reference conflict
  • 422: validation, quota, or domain-ownership failure
  • 429: rate limit
  • 502/503: upstream or configured service unavailable
  • 500: unexpected server error

Limits

Plans control link quotas, custom aliases, campaign parameters, managed hosts, custom domains, and related capabilities. Anonymous creation also has platform-configured maximum links, expiration, and claim behavior.

Retry policy

  • Do not retry 401, 403, 409, or 422 without changing the request.
  • For 429, honor Retry-After when present.
  • Retry 502, 503, and transient network failures with bounded exponential backoff and jitter.
  • Use an idempotency strategy in the caller before retrying creation after an unknown network outcome.

Forward compatibility

Response objects may gain fields. Clients and agents should ignore unknown properties and must not rely on JSON property order.

Get Started

Create your first ZipQuantum Smart Link in minutes — no proprietary SDK, no fingerprinting, and no attribution stack.

ZipQuantum links are install-aware by design.
They work before install, during install, and after install — using standard platform mechanisms only.

What You’ll Do Here

In this section, you’ll learn how to:

  • Create a Smart Link from the dashboard

  • Configure install-safe routing

  • Verify correct behavior across install states

  • Deploy links to production safely

No SDK integration is required.
No runtime interception.
No background services.

Prerequisites

Before you begin, make sure you have:

  • A ZipQuantum account

  • Access to your app’s App Store / Play Store listing

  • A destination URL or in-app route you want users to reach

That’s it.

Next Step

Create Your First Smart Link

This guide walks you through:

  • Creating a link

  • Testing install vs non-install behavior

  • Sharing it safely across channels