🚀 QR Pilot

Generate QR codes programmatically with our simple API

âš¡ Fast API

Generate QR codes in milliseconds with our serverless API

🔒 Secure

API key authentication with credit-based usage tracking

📊 Analytics

Track scan events and user engagement

Get Started

Register for an API key and start generating QR codes

Register Now

Pricing

Free

€0
5 credits on sign-up
Get Started

Starter

€5
100 QR code credits — buy more anytime

🎯 Try it out

Generate a free QR code instantly without an API key.

API Example

POST https://api.qrpilot.org/generate
{
  "apiKey": "your_api_key",
  "urls": ["https://example.com", "https://example2.com"],
  "sendEmail": true
}

// Response
{
  "success": true,
  "qrCodes": [
    { "url": "https://example.com",  "shortCode": "a1b2c3d4", "qrCode": "data:image/png;base64,..." },
    { "url": "https://example2.com", "shortCode": "e5f6g7h8", "qrCode": "data:image/png;base64,..." }
  ]
}

// One credit is deducted per URL.
// sendEmail: true sends all QR codes in a single email.

Registration

Contact us to get your API key and start building!

Email: [email protected]