About this endpoint
What it does
Generates a Code128 barcode from the provided text and returns the file as binary output. The request body supplies the barcode content, and the output query parameter can be used to indicate the output name.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Output name for the generated barcode file. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| content | String | Yes | Text to encode as a Code128 barcode. |
Response
Returns a binary file response. The output schema is a single binary string, so there is no JSON object wrapper or named JSON fields in the success payload.