QR Code and Barcode Manager
QR Code and Barcode Reader API allows to scan QR Code or Barcode from any image (jpeg, png, gif or webp). Scan QR or barcode from file, provided as * file URL in query param * base64 encoded file in request body * binary file in multipart form QR Code and Barcode Generator API allows to create QR Code or Barcode image. It produces base64 encoded file in png format. Supported formats: * QR Code *…
QR Code and Barcode Manager endpoints
| Method | Endpoint | Description |
|---|---|---|
| scan | ||
| POST |
/scan /scan |
Scan QR or barcode from file, provided as * file URL in query param * base64 encoded file in request body * binary file in multipart form Supported formats: * QR Code * Data… |
| decode | ||
| POST |
/decode /decode |
Decode QR or barcode from file, provided as * file URL in query param * base64 encoded file in request body * binary file in multipart form Unlike /scan no need to specify the… |
| generate | ||
| POST |
/generate /generate |
Generate QR or barcode Supported formats: * QR Code * Data Matrix * UPC-A * UPC-E * EAN-8 * EAN-13 * Code 39 * Code 93 * Code 128 * Codabar * ITF |
QR Code and Barcode Manager pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 1 / second |
|
| ULTRA Recommended | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|