Create QR codes
Send a destination URL, name, mode, and project key. UNIQR can return a saved QR record and export links for production files.
https://uniqronline.com/api/v1/qr-codes
Plain
Dots
Brand
Badge
Event
Send a destination URL, name, mode, and project key. UNIQR can return a saved QR record and export links for production files.
Apply approved templates, colors, frames, and logo assets without asking every user to rebuild the same design manually.
Prepare PNG and SVG outputs for landing pages, mailers, labels, menus, event signage, and trade show material.
Attach project names and campaign keys so usage and scan reporting remain organized inside the UNIQR dashboard.
https://uniqronline.com/api/v1/qr-codes{
"mode": "dynamic",
"name": "Spring menu",
"target_url": "https://example.com/menu",
"project_key": "restaurant-launch"
}
https://uniqronline.com/api/v1/qr-codes{
"mode": "dynamic",
"name": "Trade show badge",
"target_url": "https://example.com/booth",
"template": "scan_badge_round",
"colors": {
"body": "#102a4c",
"accent": "#396dfb",
"frame": "#ffffff"
},
"logo_asset_id": "brand_logo_42"
}
application/json{
"id": "qr_8H2K9",
"short_url": "https://uniqronline.com/r/spring-menu",
"png": "https://uniqronline.com/api/v1/qr-codes/qr_8H2K9/png",
"svg": "https://uniqronline.com/api/v1/qr-codes/qr_8H2K9/svg",
"dashboard_url": "https://uniqronline.com/qr_view.php?id=8H2K9"
}
modestringChoose static or dynamic QR behavior.target_urlstringThe destination used when the QR is scanned.templatestringOptional saved UNIQR template or frame style.colorsobjectBody, accent, frame, and background color settings.logo_asset_idstringOptional brand-kit logo to place inside the QR.project_keystringGroups created QR codes for reporting and team review.Enable Developer API on the package in OPS Dev.
Show API access on the public pricing card for that package.
Users create API keys from Settings > Developer API.
Teams that create QR codes repeatedly from another system: events, restaurants, real estate, print shops, schools, agencies, and businesses with recurring campaigns.
No. The visual builder is still best for hands-on design. The API is for repeatable creation, saved templates, exports, and integrations.
No. OPS controls the package feature flag, so you can keep API access as a paid feature.