Customizeable QR Code Generator
This API generates customizable QR codes using Python. Users can customize the size, border, fill color, background color, style, and logo of the QR code by passing parameters in the URL. The API uses the qrcode and Pillow libraries to generate and style the QR code image, and then returns the result as a PNG file.
Customizeable QR Code Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
content / |
The data to encode in the QR code (required). |
| GET |
size / |
The size of each box in the QR code in pixels (default is 10). |
| GET |
border / |
The width of the border around the QR code in boxes (default is 4). |
| GET |
fill_color / |
The color of the boxes in the QR code (default is black). |
| GET |
back_color / |
The color of the background in the QR code (default is white). |
| GET |
style / |
The style of the QR code. Accepts "normal" for standard square boxes or "rounded" for rounded corners (default is "normal"). |
| GET |
logo_url / |
The URL of the logo to overlay on the center of the QR code (optional). |
| GET |
logo_scale / |
The scale of the logo relative to the QR code size (default is 0.15). |
Customizeable QR Code Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $20 / month | 20 / hour |
|
| PRO Recommended | $35 / month | 20 / minute |
|
| ULTRA | $70 / month | 20 / second |
|