API REST v1.0
Generate QR codes
at lightning speed.
Integrate our ultra-fast API into your product in minutes. Built by developers, for developers.
api.js
const response = await fetch('https://api.qrfizz.com/v1/qrcodes', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
url: 'https://example.com/campaign',
style: {
color: '#00D5FF',
bgColor: '#FFFFFF',
pattern: 'dots'
},
logo: 'https://example.com/logo.png'
})
});
const data = await response.json();
console.log(data.qrCodeUrl);Real-time Webhooks
Receive instant HTTP notifications every time your QR codes are scanned.
Bulk Generation
Generate up to 10,000 QR codes per minute with our optimized bulk endpoint.
End-to-End Security
JWT authentication, TLS 1.3 encryption, and full GDPR compliance.