QR Code Generator
Generate customizable QR codes for URLs and plain text. Adjust size, margin, colors, and error level before downloading.
300px
2
Output
Enter some text above to generate a QR code
Use cases
URL to QR code
Paste a link and create a QR code for menus, flyers, product labels, presentations, or quick sharing.
Text QR code
Encode plain text, short instructions, contact snippets, or internal notes into a scannable QR image.
Custom QR styling
Adjust size, margin, foreground color, background color, and error correction level before downloading.
Examples
Frequently Asked Questions
Do QR codes expire?+
Static QR codes do not expire. They keep pointing to the encoded text or URL.
Can I use the QR code commercially?+
Yes. You can use the generated image wherever you need it.
Related Tools
API preview
Endpoint
POST
/api/qr-codeRequest
{
"text": "https://omnitool.pro",
"format": "png",
"size": 300
}Response
{
"imageUrl": "https://example.com/generated/qr.png"
}