Build with the Qrafted API
Integrate powerful QR code generation into your applications. Create, customize, and track QR codes programmatically with our RESTful API.
// Create a QR code with the Qrafted API
const response = await fetch('https://api.qrafted.com/v1/qr-codes', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
type: 'url',
content: { url: 'https://example.com' },
design: {
foregroundColor: '#000000',
backgroundColor: '#ffffff',
},
}),
});
const qrCode = await response.json();
console.log(qrCode.imageUrl);Built for developers
Everything you need to integrate QR codes into your application
Generate QR codes in milliseconds with our optimized infrastructure.
99.9% uptime SLA with enterprise-grade security and encryption.
Track scans automatically with geo-location, device, and browser data.
Get real-time notifications when your QR codes are scanned.
API Endpoints
Simple, intuitive endpoints for all your QR code needs
/api/v1/qr-codes/api/v1/qr-codes/api/v1/qr-codes/:id/api/v1/qr-codes/:id/api/v1/qr-codes/:id/api/v1/qr-codes/:id/analyticsPopular use cases
See how developers are using the Qrafted API
E-commerce
Generate unique QR codes for product packaging, receipts, and tracking.
Marketing
Create dynamic QR codes for campaigns with A/B testing and analytics.
Events
Issue QR tickets and track attendance in real-time.
Healthcare
Secure patient information sharing with password-protected QR codes.
API access included with Business
Get full API access with the Business plan
- Unlimited API calls
- All QR code types
- Full customization
- Analytics & webhooks
- Priority support
Ready to start building?
Get your API key in minutes and start generating QR codes programmatically.