QR Code Generator Pro
## 📋 QR Code Generator Pro - Documentation This API generates high-quality, customizable QR codes with options for colors, shapes, and embedded logos. It returns a **PNG image** directly. ## **Endpoint URL** ``` POST https://qrapi.wroclawprogramowanie.pl/generate ``` ## **Request Body (JSON)** The body must be a valid JSON object containing the data to encode and configuration options. ``` json{…
QR Code Generator Pro endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
HealthCheckDetails /health/details |
Returns full JSON with diagnostics. |
| GET |
HealthCheck /health |
Returns 200 OK if the application is running. |
| QRApi | ||
| POST |
GenerateQRCode /generate |
This API generates high-quality, customizable QR codes with options for colors, shapes, and embedded logos. It returns a PNG image directly. Optionally inserts a logo in the… |
QR Code Generator Pro pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 3600 / hour |
|
| PRO | $6.99 / month | 10800 / hour |
|
| ULTRA Recommended | $13.99 / month | 10800 / hour |
|
| MEGA | $49.99 / month | 14400 / hour |
|