QR Code Generator
This API is a Flask-based RESTful API that takes a 'GET' request and generates a QR code image from a URL string. The API endpoint is /qr and it requires a url query parameter to be provided in the GET request. The API uses the qrcode library to generate the QR code image, which is returned as a PNG image in the response body. The response header also includes the content-type header set to…
QR Code Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
qr /qr |
give back the qr |
QR Code Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $15 / month | — |
|