Generate QR codes as PNG, SVG, or Base64 with custom colours, sizes, and error correction. One API endpoint, zero dependencies.
Features
Pricing
Quickstart
$ curl -X POST "https://qr.dranco.uk/generate" \ -H "x-api-key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"data":"https://example.com","format":"png","size":512,"color":"#000000"}' \ --output qr.png