Integrate dynamic QR codes, barcodes, and trackable short URLs into your applications. Full analytics, webhooks, and enterprise-grade reliability.
Create QR codes with editable destinations. Change URLs without reprinting.
Track scans by location, device, time. Get actionable insights via API.
White-label your short URLs with your own branded domain.
Secure sensitive links with password protection and geo-restrictions.
Get notified in real-time when QR codes are scanned or URLs clicked.
Clean, well-documented REST API with consistent JSON responses.
From marketing agencies to logistics companies, our API powers QR code solutions across industries.
Generate QR codes for client campaigns. Track performance across channels.
Product QR codes for packaging, authentication, and customer engagement.
Generate unique QR codes for tickets. Track attendance in real-time.
Asset tracking QR codes for inventory, shipping, and supply chain.
Simple REST API with Bearer token authentication. Get started in minutes.
All API requests require an API key. Include it in the Authorization header:
Authorization: Bearer qr_live_xxxxxxxxxxxxxxxxGenerate a new dynamic or static QR code
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Destination URL |
| name | string | No | QR code name |
| type | string | No | DYNAMIC (default) or STATIC |
| expiresAt | ISO date | No | Expiration date |
| scanLimit | number | No | Max number of scans |
curl -X POST https://qr.mybasicllc.com/api/v1/qr \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"name": "My QR Code",
"type": "DYNAMIC"
}'API access starts with Advanced plan. Choose the plan that fits your needs.
Get your API key and start integrating in minutes.