Free QR Code Generator

Generate QR codes instantly with custom sizes, colors, and error correction. Free, no signup required.

Configure

#000000
#ffffff

Want to generate QR codes programmatically?

Use the SnapAPI REST API to create QR codes on the fly from any language or platform.

curl "https://snap-apii.com/v1/qr?data=https://example.com&size=512&level=M" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -o qrcode.svg