White label · REST API · Webhooks

QR code software with a white-label API you can build on.

Embed branded QR generation, custom redirect domains, and signed scan webhooks into your SaaS, agency dashboard, or client portal. Your brand on the code, your domain on the redirect, your product on top.

Platform capabilities

Everything you need to make QR a first-class feature of your product.

REST API for QR codes

Create, update, list, and delete QR codes over HTTPS. Bearer auth, idempotent writes, cursor pagination, and versioned endpoints under /api/public/v1.

Custom redirect domain

Bring your own subdomain — go.yourbrand.com — with a CNAME. Every dynamic code encodes your domain, not ours.

Brand presets, applied on write

Save colors, module shape, and center logo as a workspace preset. API calls apply it by default; override per code when you need to.

HMAC-signed scan webhooks

Every scan is POSTed to your endpoint with X-Signature. Retries use exponential backoff, so brief outages on your side don't lose events.

Scoped API keys

Mint keys per workspace and rotate anytime without disturbing existing tokens. Audit log records every key use.

Multi-tenant workspaces

A workspace per customer or client. Roles keep tenants isolated; billing rolls up to your account.

API · Quick look

One POST creates a branded, trackable QR.

POST https://api.qrlift.codes/api/public/v1/qr-codes
Authorization: Bearer sk_live_...
Content-Type: application/json

{
  "label": "Q4 storefront sticker",
  "kind": "dynamic",
  "destination_url": "https://acmeshop.com/promo/q4",
  "folder": "retail-2026",
  "style": { "preset": "acme-brand" }
}

// 201 Created
{
  "id": "qr_01HW...",
  "short_url": "https://go.acmeshop.com/aB3xY",
  "png_url": "https://cdn.qrlift.codes/qr/qr_01HW.png",
  "svg_url": "https://cdn.qrlift.codes/qr/qr_01HW.svg"
}

Every response is JSON, every mutation is idempotent, and every dynamic code you create is instantly tracked with per-scan analytics you can pull back via GET /api/public/v1/qr-codes/{id}/scans.

Who builds on QR Lift

SaaS teams, agencies, and platforms that want QR to feel native.

SaaS embeds

Add a "Generate QR" button to your product. Users get on-brand codes with analytics without leaving your app.

Agencies & resellers

Spin up a client workspace per engagement. Package QR generation, analytics, and repointing into your monthly retainer.

Marketing platforms

Auto-generate a tracked QR for every campaign, coupon, or landing page. Pipe scan data back via webhook into your reporting.

White-label QR API FAQ

What is white-label QR code software?

White-label QR code software lets you generate, style, and track QR codes under your own brand — no QR Lift logo, no third-party redirect domain visible to your users. You keep the customer relationship; we run the infrastructure.

Do you offer a QR code API?

Yes. A REST API creates, updates, and lists QR codes and dynamic short-link destinations. Every call is authenticated with a Bearer token and every mutation is idempotent. Read the docs from /developer once you're signed in.

Can I use my own domain for dynamic QR redirects?

Yes. Bring a subdomain (e.g. go.yourbrand.com) and point it at our edge with a CNAME. Every dynamic code encodes your domain, so scanners never see QR Lift in the URL bar.

Do you send scan webhooks?

Yes. Configure a webhook endpoint and we POST every scan event to it, HMAC-signed with your secret. Retries use exponential backoff so a temporary outage on your side doesn't lose events.

How is API pricing structured?

Business and Team plans include API access with generous monthly call quotas. There are no per-scan surcharges — you can pass usage on to your customers however you like.

Can agencies rebill clients?

Yes. Create a workspace per client, style each with the client's brand preset, and expose only what they should see. Billing stays consolidated on your agency account.

Ship QR as a first-class feature.

Start free, plug in the API on Business, and take your brand all the way to the redirect URL.

Create your API key