QR Code Playground
Try our API without writing code. Customize and generate QR codes instantly.
Configuration
Customize your QR code
Logo (Optional)
Add a logo to the center of your QR code
Supports PNG, SVG, JPG, or data: URLs. For best results, use a square image.
Preview
Your generated QR code
Generate a QR code to see preview
Code Example
Copy and use in your app
curl -X POST https://api.qrapi.com/v1/qr/generate \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"data": "https://example.com",
"size": 512,
"style": {
"shape": "rounded",
"backgroundColor": "#ffffff",
"foregroundColor": "#000000"
},
"format": "png"
}'