Free QR Code Generator

Generate custom QR codes instantly. No signup, no watermarks, no limits.

Why Forge QR vs QR-Code-Generator.com? → · API docs · All APIs

QR Code

No Limits

Generate unlimited QR codes. No daily caps, no account needed.

Custom Colors

Match your brand. Any foreground and background color.

High Resolution

Up to 2000x2000 pixels. Print-ready quality.

SVG Support

Vector output for perfect scaling at any size.

Error Correction

Four levels: L, M, Q, H. Works even when partially damaged.

API Access

Use via URL. No SDK needed. Works from any language.

API Usage

# Generate a QR code
curl "https://forge-node.tail2b516d.ts.net/qr?data=https://example.com" -o qr.png

# Custom colors and size
curl "https://forge-node.tail2b516d.ts.net/qr?data=Hello&fg=1a237e&bg=e3f2fd&size=500" -o qr.png

# SVG output
curl "https://forge-node.tail2b516d.ts.net/qr?data=https://example.com&format=svg" -o qr.svg

# Use in HTML
<img src="https://forge-node.tail2b516d.ts.net/qr?data=https://example.com&size=200">

Frequently Asked Questions

Is this really free?
Yes. No hidden costs, no premium tier, no watermarks. Free forever.
Do I need to sign up?
No. No account, no API key, no registration. Just call the URL.
Can I use QR codes commercially?
Yes. Generated QR codes are yours to use however you want.
What content types are supported?
URLs, plain text, email addresses, phone numbers, WiFi credentials, vCards, and any other text data.
Is there an API?
Yes. Every QR code is generated via a simple GET request. See the API documentation for full details.