BarcodeKit API
### What It Does BarcodeKit API generates production-ready barcodes and QR codes on demand. Pass a barcode type and data string, receive a ready-to-use image file (PNG or SVG). No base64 decoding needed — the API returns raw image bytes you can pipe directly to a file, embed in an img tag, or upload to storage. ### Supported Barcode Types (20+) Linear barcodes: - code128 — most common 1D…
BarcodeKit API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Generation | ||
| POST |
/generate /generate |
Generate a barcode or QR code image. Default output is SVG. Use format:"base64" for JSON response with base64-encoded image. Use format:"png" to receive binary PNG data. |
| POST |
/batch /batch |
Generate multiple barcodes in one request. |
| GET |
/generate /generate |
Generate a barcode via query parameters. Returns SVG by default. |
| Info | ||
| GET |
/types /types |
Returns all supported barcode/QR code types grouped by category. |
BarcodeKit API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 60 / minute |
|
| PRO | $9 / month | 300 / minute |
|
| ULTRA | $29 / month | 600 / minute |
|
| MEGA Recommended | $99 / month | 1200 / minute |
|