HopQR API
Quick QR Code Generation
You can generate QR codes with our API QR code generator.
Features
- Create QR codes via HTTP (build your own QR code generator)
- Create colored QR codes
- Add a logo in the center of the QR code
- Generate TOTP QR codes for two-factor authentication
- PNG high quality or SVG vector format
- 6 different module styles (square, rounded, circle, etc.)
Try it
Use the following URL to get a QR code with the content "Example":
/api/v1/create-qr-code/?size=10&data=Exemple
Replace "Example" in the URL to get a QR code with your custom text. Check the documentation for all parameters.
Colored QR codes
Choose a color for the background and/or foreground. Make sure to maintain good contrast between light and dark pixels.
Check the documentation for the color and bgcolor parameters.
Available Commands
- create-qr-code - create / generate a QR code
- create-totp-qr-code - create a TOTP QR code for two-factor authentication