QR
### QR Code Generation API The QR Code API is a POST-only HTTP service that generates QR codes from supplied data and returns the image as a Base64-encoded string. Perfect for web applications, mobile apps, and services needing reliable QR code generation via API. --- #### Key Features - **POST-Only JSON Interface** Submit data and generation options through a clean, single HTTP POST request. -…
QR endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /health |
Checks the status and health of the API. |
| POST |
Generate base64 QR Code /generate |
Returns base64 image data for a QR code. |
QR pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 100 / minute |
|
| ULTRA | $35 / month | 400 / minute |
|
| MEGA | $125 / month | 1000 / minute |
|