Free QR Code Generator for Custom QR Codes.
Create unique QR codes in seconds. Customize everything from shape and color to embedding your own logo for free. No account required.
curl -X POST \
'https://any-qr.p.rapidapi.com/generate-visual' \
-H 'content-type: application/json' \
-H 'X-RapidAPI-Key: YOUR_API_KEY' \
-H 'X-RapidAPI-Host: any-qr.p.rapidapi.com' \
-d '{
"type": "URL",
"url": "https://rapidapi.com",
"size": 400,
"shape": 2,
"color": "#1A73E8"
}'Create Your Custom QR Code
QR Code Content
Powered by AnyQR API
Pro Features (API Only)
Logo embedding is available via our powerful API. Get your Free API Key.
Visual Style
Apply a gradient to the QR code modules.

{
"type": "URL",
"url": "https://rapidapi.com/rubisovigor/api/any-qr",
"size": 400,
"shape": 10,
"color": "#dddddd",
"bgcolor": "#302b63",
"useQrGradient": false,
"eyeShape": 4,
"eyeBallShape": 4,
"useEyeGradient": false
}Leaf, Japanese, Zebra, Circle, Diamond, and more.
Linear and Radial gradients for modules, eyes, and backgrounds.
Embed logos with custom positioning and borders using Base64.
Update QR code content without reprinting. Ideal for changing URLs or offers.
Transform functional codes into AI artworks. Coming soon for Paid Tier.
Supercharge Your Workflow with the API
The free generator is great for single QR codes, but the AnyQR API unleashes powerful features for developers and businesses.
Programmatically generate thousands of unique QR codes for your products, events, or campaigns in seconds.
Easily integrate QR code generation into your existing applications, websites, or workflows with just a few lines of code.
Update the destination of your QR codes even after they've been printed. Perfect for evolving marketing campaigns.
Get access to more advanced styling options, including logo embedding, to create truly unique and branded QR codes.
Endless Possibilities with Custom QR Codes
Create eye-catching QR codes for your ads, flyers, and business cards to boost engagement.
Generate branded QR codes with your logo to link customers to manuals, promotions, or your website.
Design unique QR codes for tickets, event access, or to share information with attendees.
Developer Reference
| Endpoint | Description |
|---|---|
| /generate-visual | Generates a QR code and returns it as a PNG image. |
| /generate-b64 | Generates a QR code and returns it as a base64 encoded string. |
| /generate-visual-with-logo | Generates a QR code with an embedded logo as a PNG image. |
| /generate-b64-with-logo | Generates a QR code with an embedded logo as a base64 string. |