Qr
This API is a Flask-based API that accepts a GET request at the endpoint "/qr" with a "url" parameter in the query string. The API then uses the qrcode library to generate a QR code image of the provided URL. The image is then sent back to the client as the API response. The response is in the form of a PNG image. The API is designed to make it easy for developers to integrate QR code generation…
Qr endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
QRURL /qr |
The endpoint for this API is "/qr". This is the endpoint that the API listens for GET requests on. When a GET request is made to this endpoint with a "url" parameter in the query… |
Qr pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 7 / minute |
|
| PRO | $1 / month | 2 / minute |
|
| ULTRA | $2 / month | 1 / minute |
|
| MEGA | $3 / month | 2 / second |
|