Barcode REST API

 API Key

Barcodes as a Service

Software as a Service, SaaS
The ActiveBarcode REST API generates barcodes seamlessly in the cloud, requiring no software installation. With simple HTTPS requests, it integrates effortlessly into any workflow, web, or desktop application, regardless of platform or environment, enabling easy automation of barcode generation for all your needs.
ActiveBarcode: Highly accurate
Highly accurate
ActiveBarcode: Reliable & Fast
Reliable & Fast
ActiveBarcode: Automation
Automation
ActiveBarcode: Platform independent
Platform independent
ActiveBarcode: No maintenance
No maintenance
Here's an example of how to use it within your HTML page or web app: This creates a barcode of the type Code 128 coding the text ActiveBarcode.

SVG (Scalable Vector Graphics)
<img src="https://api.activebarcode.net/v2/svg?code=CODE128&text=ActiveBarcode&access=YOUR-KEY-HERE" />
PNG (Portable Network Graphics)
<img src="https://api.activebarcode.net/v2/png?code=CODE128&text=ActiveBarcode&access=YOUR-KEY-HERE" />
JPG is listed as deprecated.
<img src="https://api.activebarcode.net/v1/jpg?code=CODE128&text=ActiveBarcode&access=YOUR-KEY-HERE" />

  • You can use the IMG tag with URLs to the API in the SRC attribute to integrate barcodes into any HTML page or web app.
  • You can use URLs to the API directly in your browser to create barcodes and copy and paste them to any application that can paste images.
  • Parameters allow to create all barcodes types with properties as needed.
  • You can try out and evaluate the REST API by omitting the API key. Without the access key, the barcode will be branded with a notice: "DEMO".

  • REST API key
    Subscriptions & One-Time Packages
    The ActiveBarcode API creates SVG and PNG images to allow a wide range of applications.
    SVG barcodes are defined in a vector graphics format and stored as XML. SVG barcodes can be scaled infinitely without loss of quality. This makes SVG barcodes ideal for resizing. The XML text files can be edited with text editors or vector graphics editors, and are rendered by most web browsers and many modern applications.
    PNG is a raster image format that supports lossless compression, making it suitable for storing barcodes with precise pixel details. It's widely compatible across platforms and software, ensuring accessibility. Use PNG for barcodes when you need to preserve fine pixel accuracy in a static image for fixed-size designs or as a fallback when SVG isn't supported yet.
    Opt for SVG when you want barcodes that can scale smoothly for various sizes, such as in responsive or print applications.