Barcode Generator + Bulk Barcode API
# Barcode Generator + Bulk Barcode API Generate professional barcodes at scale — single barcodes, bulk ZIP downloads, print-ready PDF sheets, and branded label templates. Built for e-commerce stores, logistics companies, inventory systems, warehouses, POS software, and automation platforms. --- ## ✨ What You Can Do | Feature | Description | |---|---| | **9 Barcode Types** | Code128, Code39,…
Barcode Generator + Bulk Barcode API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Utility | ||
| GET |
root__get / |
|
| GET |
health_health_get /health |
|
| GET |
plan_info_plan_get /plan |
|
| Barcode Generation | ||
| GET |
list_templates_barcode_templates_get /barcode/templates |
Returns all built-in label templates with descriptions and recommended use cases. |
| GET |
list_barcode_types_barcode_types_get /barcode/types |
Returns all supported barcode symbologies with descriptions and data format requirements. |
| POST |
create_barcode_base64_barcode_create_base64_post /barcode/create/base64 |
Same as /barcode/create but returns JSON with base64-encoded image. Useful for web apps. |
| POST |
create_barcode_barcode_create_post /barcode/create |
Generate a barcode in PNG, SVG, or PDF format. **Supported types:** Code128, Code39, EAN-13, EAN-8, UPC-A, UPC-E, ISBN, ITF, GS1-128 **Features:** - Custom colors, margins, fonts… |
| POST |
validate_barcode_barcode_validate_post /barcode/validate |
Validate barcode data BEFORE generation. Returns: - Whether the data is valid for the chosen type - Check digit verification - Auto-corrected/normalized data - Warnings (e.g.… |
| Bulk Generation | ||
| POST |
generate_serials_barcode_serial_post /barcode/serial |
Generate a **sequential batch** of barcodes for serial numbers, inventory IDs, asset tags, or QA tracking. Example: `INV-000001` → `INV-001000` (1000 barcodes) Supports custom… |
| POST |
bulk_generate_csv_barcode_bulk_csv_post /barcode/bulk/csv |
Upload a CSV file to generate barcodes for every row. Returns a ZIP archive. **Required CSV column:** `data` **Optional columns:** `barcode_type`, `sku`, `title`, `price`,… |
| POST |
generate_sheet_barcode_bulk_sheet_post /barcode/bulk/sheet |
Generate a **print-ready PDF sheet** of barcodes laid out in a grid. Ideal for sticker sheets, inventory printouts, and shelf label printing. Supports A4, Letter, and A5 page… |
| POST |
bulk_generate_barcode_bulk_post /barcode/bulk |
Generate up to **1000 barcodes** from a JSON array. Returns a ZIP file containing all barcode images. Optionally includes a print-ready PDF sheet. **Tier limits:** - Free: 10… |
Barcode Generator + Bulk Barcode API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $9.99 / month | 60 / minute |
|
| ULTRA | $29.99 / month | 120 / minute |
|
| MEGA | $99.99 / month | 300 / minute |
|