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

API Reference

Use the current ZipQuantum HTTP API with the correct credential boundary.

Production base

The API base is https://a.zq.tn/api. The remote MCP endpoint is https://a.zq.tn/mcp.

Credential classes

  • Public endpoints: no credential.
  • Direct user REST operations: X-Api-Key.
  • MCP clients: OAuth 2.1 authorization code flow with PKCE and the mcp scope.
  • Internal administration: X-Api-Secret.
  • Support widget: optional X-ZipQuantum-Widget-Key.

Supported account surface

MethodPathCredential
GET, POST/v1/linksAPI key or MCP OAuth
GET, PATCH, DELETE/v1/links/{link}API key or MCP OAuth
POST/v1/links/{link}/qrAPI key or MCP OAuth
GET/v1/links/{link}/analyticsPlan analytics
GET/v1/analyticsPlan dashboard analytics
GET/v1/account/usage, /v1/account/capabilitiesAPI key or MCP OAuth
GET/v1/mcp/contextMCP OAuth only

MCP authentication

A compatible client discovers OAuth metadata, opens the ZipQuantum login and consent screen, and receives resource-bound access and refresh tokens. The plan must enable full_api_access and mcp_access. Users can revoke clients from AI assistant connections.

Machine-readable contract

Use the OpenAPI 3.1 contract, llms.txt, and documentation index.

Official examples

The public ZipQuantum mobile examples repository contains optional platform integrations. The SaaS works without a ZipQuantum mobile app.

Rule

Never expose API keys, OAuth tokens, or internal secrets in public JavaScript, URLs, prompts, logs, or distributed applications.

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