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

Parameters

Reference the accepted link-creation fields and nested arrays.

Core fields

FieldTypeRules
linkURLRequired; maximum 2048 characters
referencestringLowercase letters, digits and hyphens; maximum 255
subdomainstring5–63 characters; lowercase letters, digits and internal hyphens
custom_domainhostnameOwned and verified by the API-key account

Optional fields

fallback_url, apn, ios_store_url, preview fields st/sd/si, active_from, expires_at, click_limit, and expiration_redirect_url.

Nested model: parameters[]

{
  "name": "utm_source",
  "value": "newsletter"
}

name is limited to 50 characters and value to 255. Campaign parameters depend on the account plan.

Nested model: device_targets[]

{
  "device": "android",
  "url": "https://example.com/android"
}

Supported values are windows, macos, linux, ubuntu, ios, iphone, ipad, android, blackberry, and other.

Verified-domain response

{
  "domains": [{
    "id": 12,
    "domain": "go.example.com",
    "status": "verified",
    "verified_at": "2026-08-21T10:15:30.000000Z",
    "links_count": 8
  }]
}

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