Developer API

Build with the Qrafted API

Integrate powerful QR code generation into your applications. Create, customize, and track QR codes programmatically with our RESTful API.

JavaScript
// 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

Lightning Fast

Generate QR codes in milliseconds with our optimized infrastructure.

Secure & Reliable

99.9% uptime SLA with enterprise-grade security and encryption.

Built-in Analytics

Track scans automatically with geo-location, device, and browser data.

Webhooks

Get real-time notifications when your QR codes are scanned.

RESTful API

API Endpoints

Simple, intuitive endpoints for all your QR code needs

POST/api/v1/qr-codes
GET/api/v1/qr-codes
GET/api/v1/qr-codes/:id
PATCH/api/v1/qr-codes/:id
DELETE/api/v1/qr-codes/:id
GET/api/v1/qr-codes/:id/analytics

Popular 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

Business Plan
$29/month
Everything you need for production apps
  • Unlimited API calls
  • All QR code types
  • Full customization
  • Analytics & webhooks
  • Priority support
View Pricing

Ready to start building?

Get your API key in minutes and start generating QR codes programmatically.