White label · REST API · Webhooks
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
Create, update, list, and delete QR codes over HTTPS. Bearer auth, idempotent writes, cursor pagination, and versioned endpoints under /api/public/v1.
Bring your own subdomain — go.yourbrand.com — with a CNAME. Every dynamic code encodes your domain, not ours.
Save colors, module shape, and center logo as a workspace preset. API calls apply it by default; override per code when you need to.
Every scan is POSTed to your endpoint with X-Signature. Retries use exponential backoff, so brief outages on your side don't lose events.
Mint keys per workspace and rotate anytime without disturbing existing tokens. Audit log records every key use.
A workspace per customer or client. Roles keep tenants isolated; billing rolls up to your account.
API · Quick look
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
Add a "Generate QR" button to your product. Users get on-brand codes with analytics without leaving your app.
Spin up a client workspace per engagement. Package QR generation, analytics, and repointing into your monthly retainer.
Auto-generate a tracked QR for every campaign, coupon, or landing page. Pipe scan data back via webhook into your reporting.
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.
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.
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.
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.
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.
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.
Start free, plug in the API on Business, and take your brand all the way to the redirect URL.
Create your API key