About this endpoint
What it does
Generates a Code128 barcode from the provided text content and returns the result as a binary file download.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Name to use for the downloaded file. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| content | String | Yes | Text to encode as a Code128 barcode. |
Response
Returns a binary file download as the response body. The output schema is a string with format: binary, so the successful response is a raw file stream rather than JSON.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| — | — | — | Binary file content. |