Skip to content

xBarcode API Documentation

High-performance 1D & 2D barcode generation API.


Overview

xBarcode provides a simple, high-speed HTTP interface for generating vector (SVG) barcodes. It supports a wide range of symbologies including Code 128, QR Code, PDF417, and GS1 standards.

Documentation

DocumentDescription
API ReferenceDetailed parameters for all supported symbologies
GS1 GuideFNC1 and Application Identifier (AI) support

Quick Start

Endpoint: GET /code128/{content}

Example:

GET https://xpdf-docs.pages.dev/code128/HELLO-WORLD?height=80

Response: image/svg+xml

xml
<svg width="200" height="80" ...>
  <!-- barcode vector paths -->
</svg>