Convert text to barcode API
This web service converts your desired text to barcode and outputs it to you in Base64Code format
This web service converts your desired text to barcode and outputs it to you in Base64Code format
| # | Parameter | Type | Default | Description | Status |
|---|---|---|---|---|---|
| 1 | apiKey | string | - | Your API key for authentication | Required |
| 2 | text | string | - | Accepts characters between 1 and 5,000 in length | Required |
| 3 | quality | int | 30 | Accepts integer between 1 and 100 | Optional |
| 4 | format | string | png | Accepts one of these: png, jpg, jpeg, webp | Optional |