QR-Generator
Generate a qr code as base64 to be inserted into websites or apps. Also capable of generating qr codes that will directly download as a PNG file. Optional arguments: Size (default is 200) - the size of the QR image in pixels Margin (default is 2.5) - the amount of margin around the edge of the QR image colorLight (default is ffffff) - the background color to use in hex format without the # sign…
QR-Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Data /qr/data |
qr generator |
| GET |
File /qr/file |
Returns the QR code as a PNG file that will be downloaded |
| POST |
File Post /qr/file |
Get a file from a post request |
| POST |
Data Post /qr/data |
Get a file from a post request |
QR-Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 20 / second |
|
| PRO | $5 / month | 100 / second |
|
| ULTRA | $10 / month | 200 / second |
|
| MEGA | $20 / month | 500 / second |
|