QR Code Generator
This custom API is a simple web service that allows users to generate QR codes based on a string input. Users can pass a string as an input to the API through an HTTP GET request and the API will return a QR code image of the string in the response. The API can be accessed by sending a GET request to the endpoint with the string to be encoded as a query parameter. The response will contain the…
QR Code Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
QR Code Image Base64 /qr-code-generator |
This endpoint will return base64 image data as follows: ` { "statusCode": 200, "headers": { "Content-Type": "image/png", "Content-Disposition": "attachment;… |
QR Code Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $5 / month | 2 / second |
|
| ULTRA Recommended | $25 / month | 5 / second |
|