Developers
Developer Portal
Everything you need to integrate QRZone into your application. REST API, SDKs, webhooks, and more.
$ curl -X POST https://api.qrzone.io/v2/codes \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"url": "https://example.com", "style": "branded"}'
API Reference
Complete REST API docs with request/response examples.
SDKs & Libraries
Official SDKs for Node.js, Python, Go, Ruby, and PHP.
Webhooks
Real-time scan notifications delivered to your endpoint.
Authentication
API key management, OAuth 2.0, and scoped tokens.
Bulk API
Generate thousands of QR codes in a single API call.
Smart Routing API
Programmatically configure geo, device, and time routing.
Tutorials
Step-by-step integration guides and code examples.
Quick Start
Generate your first QR code in 30 seconds.