QR Code Generator
Generate QR codes for any text, URL, or data.
GET
/api/generate-qr
50 requests/minute
🔌 API Access
Use this tool programmatically in your applications. Generate customizable QR codes for any text or URL with options for size and colors.
Rate Limit: 50 requests/minute
Free to use • No authentication required • Fair usage policy applies
/api/generate-qr?text=https://example.com&size=200
curl "https://yoursite.com/api/generate-qr?text=https://example.com&size=200"
fetch('/api/generate-qr?text=https://example.com&size=200') .then(res => res.json()) .then(data => console.log(data));
Need higher rate limits or have questions?