QR Code Generator
Generate high-quality QR codes with full customization. Features: - PNG and SVG output formats - Custom foreground and background colors - Adjustable size (up to 2000px) - Custom margin control - Bulk generation (up to 20 QR codes at once) - Base64 output for easy embedding - GET and POST methods supported Customization options: - Size: 50px to 2000px - Colors: Any hex color for foreground and…
QR Code Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
generateBulk /bulk |
Generate multiple QR codes at once with base64 output. |
| GET |
generateQrGet /generate |
Generate a QR code image from text or URL. |
| POST |
generateQrPost /generate |
Generate a QR code from JSON body (for longer content). |