Barcode Generator
Generate barcodes in multiple formats including Code128, EAN-13, UPC-A, Code39, ITF-14, and more. Returns SVG or PNG images.
Barcode Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| v1 | ||
| GET |
get_v1_generate /v1/generate/{type}/{data} |
Generate a barcode by specifying the type and data in the URL path. Returns raw SVG image. |
| POST |
post_v1_validate /v1/validate |
Check if data is valid for a specific barcode type. Accepts JSON body with data and type fields. |
| GET |
get_v1_tiers /v1/tiers |
Returns available pricing tiers and their rate limits. |
| GET |
get_v1_docs /v1/docs |
Get API documentation and pricing info |
| POST |
post_v1_generate /v1/generate |
Generate a barcode via JSON body. Returns SVG markup and binary representation. |
| Other endpoints | ||
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| POST |
post_v1_validate /v1/validate |
Check if data is valid for a specific barcode type. Accepts JSON body with data and type fields. |
| GET |
get_v1_docs /v1/docs |
Get API documentation and pricing info |
| GET |
get_v1_generate /v1/generate/{type}/{data} |
Generate a barcode by specifying the type and data in the URL path. Returns raw SVG image. |
| GET |
get_v1_tiers /v1/tiers |
Returns available pricing tiers and their rate limits. |
| POST |
post_v1_generate /v1/generate |
Generate a barcode via JSON body. Returns SVG markup and binary representation. |
Barcode Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|