Get Bar Code Of Format
GET/api/barcodes/generate-barcode/:content/:width/:height/:format
Tier: Internal — subject to change without notice.
Renders {content} as a barcode image in the requested ZXing.BarcodeFormat.
Request
Responses
- 200
- 400
Returns the rendered barcode as an image/jpeg response.
{width}/{height} is outside the allowed 1–4000 range, or
{format} is not a recognised ZXing.BarcodeFormat member name.