About this endpoint
What it does
Renders the supplied data value as a barcode PNG image. You can choose the barcode format from code128, ean13, ean8, isbn13, or upca.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| data | String | Yes | The content to encode as a barcode. |
| format | ENUM | No | Barcode format.<br>Allowed values: code128, ean13, ean8, isbn13, upca.<br>Default: code128. |
Response
Returns a binary string response containing the generated barcode PNG image.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| binary | String | Yes | PNG image data returned as a binary payload. |