Cloudmersive Barcode (Preview)

Barcode APIs let you generate barcode images, and recognize values from images of barcodes.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Cloumdersive Support
URL https://account.cloudmersive.com/contact-support
Email support@cloudmersive.com
Connector Metadata
Publisher Cloudmersive, LLC
Website https://www.cloudmersive.com/barcode-api
Privacy policy https://www.cloudmersive.com/privacy-policy
Categories Data;Content and Files

This connector is critical for any barcode scanning, creation and processing application to scan and recognize barcodes, generate new barcodes, and lookup barcodes. Cloudmersive Barcode covers a wide array of common barcode formats, including Aztec, Codabar, CODE-39, CODE-93, CODE-128, Data Matrix, EAN-8, EAN-13, ITF, Maxicode, PDF-417, QR-Code, RSS-14, RSS-EXPANDED, UPC-A, UPC-E, All-1D, MSI, Plessey, IMB. Stateless high-security processing ensures fast performance and strong security. You can learn more at the Barcode API page.

To use the Barcode connector, you need a Cloudmersive account. You can sign up with a Microsoft Account or create a Cloudmersive account. Follow the steps below to get your API Key.

Get the API Key and Secret

  • Register for a Cloudmersive Account
  • Sign In with your Cloudmersive Account and click on API Keys

Here you can create and see your API key(s) listed on the API Keys page. Simply copy and paste this API Key into the Cloudmersive Document Convert Connector.

Now you are ready to start using the Cloudmersive Barcode Connector.

Creating a connection

The connector supports the following authentication types:

Default Parameters for creating connection. All regions Not shareable

Default

Applicable: All regions

Parameters for creating connection.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Name Type Description Required
API Key (from https://cloudmersive.com) securestring The Api Key for this API True

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Generate a EAN-13 code barcode as PNG file

Validates and generate a EAN-13 barcode as a PNG file, a type of 1D barcode

Generate a EAN-8 code barcode as PNG file

Validates and generate a EAN-8 barcode as a PNG file, a type of 1D barcode

Generate a QR code barcode as PNG file

Generate a QR code barcode as a PNG file, a type of 2D barcode which can encode free-form text information

Generate a UPC-A code barcode as PNG file

Validate and generate a UPC-A barcode as a PNG file, a type of 1D barcode

Generate a UPC-E code barcode as PNG file

Validates and generate a UPC-E barcode as a PNG file, a type of 1D barcode

Lookup EAN barcode value, return product data

Lookup an input EAN barcode and return key details about the product

Scan and recognize an image of a barcode

Scan an image or photo of a barcode and return the result. Supported barcode types include AZTEC, CODABAR, CODE_39, CODE_93, CODE_128, DATA_MATRIX, EAN_8, EAN_13, ITF, MAXICODE, PDF_417, QR_CODE, RSS_14, RSS_EXPANDED, UPC_A, UPC_E, All_1D, UPC_EAN_EXTENSION, MSI, PLESSEY, IMB

Generate a EAN-13 code barcode as PNG file

Validates and generate a EAN-13 barcode as a PNG file, a type of 1D barcode

Parameters

Name Key Required Type Description
Barcode value to generate from
value True string

Barcode value to generate from

Returns

Output file content from the operation

OutputContent
binary

Generate a EAN-8 code barcode as PNG file

Validates and generate a EAN-8 barcode as a PNG file, a type of 1D barcode

Parameters

Name Key Required Type Description
Barcode value to generate from
value True string

Barcode value to generate from

Returns

Output file content from the operation

OutputContent
binary

Generate a QR code barcode as PNG file

Generate a QR code barcode as a PNG file, a type of 2D barcode which can encode free-form text information

Parameters

Name Key Required Type Description
QR code text to convert into the QR code barcode
value True string

QR code text to convert into the QR code barcode

Returns

Output file content from the operation

OutputContent
binary

Generate a UPC-A code barcode as PNG file

Validate and generate a UPC-A barcode as a PNG file, a type of 1D barcode

Parameters

Name Key Required Type Description
UPC-A barcode value to generate from
value True string

UPC-A barcode value to generate from

Returns

Output file content from the operation

OutputContent
binary

Generate a UPC-E code barcode as PNG file

Validates and generate a UPC-E barcode as a PNG file, a type of 1D barcode

Parameters

Name Key Required Type Description
UPC-E barcode value to generate from
value True string

UPC-E barcode value to generate from

Returns

Output file content from the operation

OutputContent
binary

Lookup EAN barcode value, return product data

Lookup an input EAN barcode and return key details about the product

Parameters

Name Key Required Type Description
Barcode value
value True string

Barcode value

Returns

Result of performing a barcode lookup

Scan and recognize an image of a barcode

Scan an image or photo of a barcode and return the result. Supported barcode types include AZTEC, CODABAR, CODE_39, CODE_93, CODE_128, DATA_MATRIX, EAN_8, EAN_13, ITF, MAXICODE, PDF_417, QR_CODE, RSS_14, RSS_EXPANDED, UPC_A, UPC_E, All_1D, UPC_EAN_EXTENSION, MSI, PLESSEY, IMB

Parameters

Name Key Required Type Description
Image file to perform the operation on. Common file formats such as P
imageFile True file

Image file to perform the operation on. Common file formats such as P

Returns

Result of the barcode scan

Definitions

BarcodeLookupResponse

Result of performing a barcode lookup

Name Path Type Description
Successful
Successful boolean

True if operation was successful, false otherwise

Matches
Matches array of ProductMatch

Resulting product matches for the input barcode

ProductMatch

Matching product for the input barcode

Name Path Type Description
EAN
EAN string

EAN code for the product

Title
Title string

Title of the product

BarcodeScanResult

Result of the barcode scan

Name Path Type Description
Successful
Successful boolean

True if the operation was successful, false otherwise

BarcodeType
BarcodeType string

The type of the barcode; possible values are AZTEC, CODABAR, CODE_39, CODE_93, CODE_128, DATA_MATRIX, EAN_8, EAN_13, ITF, MAXICODE, PDF_417, QR_CODE, RSS_14, RSS_EXPANDED, UPC_A, UPC_E, All_1D, UPC_EAN_EXTENSION, MSI, PLESSEY, IMB

RawText
RawText string

The barcode text

binary

This is the basic data type 'binary'.