Skip to content

Barcoder Generate a barcode

Generate a barcode or QR code in PNG format.
LabelTypeRequiredDescription
Typechoiceyes

Type of the barcode to create.

Choices:

  • QR code
  • EAN-13
  • CODE-39
  • CODE-128
  • CODE-93
  • PDF417
  • Datamatrix
  • Aztec code
Textstringyes

Text to convert into a barcode or QR code.

Include textbooleanno

Whether to print the code as text beneath the barcode. (Not supported for QR codes.)

This connector emits a URL to the generated image. Read more on this here.

Example output
{
"ok": true,
"outputURL": "https://connector-backend.smartyellow.net/artefacts/8f7f69af-a809-423d-bfae-2f2b78a5ec6c.png"
}