In Production
Barcode & QR Code Tools
Generate barcodes and QR codes on demand. Web interface for quick use, REST API for integration.
Available Tools
▋▋▋
Barcode Generator
Generate barcodes from values. Supports multiple symbologies and output formats.
- 6 types: EAN-13, EAN-8, UPC-A, Code128, Code39, ITF-14
- 4 formats: PNG, SVG, PDF, EPS
▩
QR Code Generator
Generate QR codes with configurable error correction levels.
- 3 formats: PNG, SVG, PDF
- Error correction: L, M, Q, H
Two Ways to Use
🌐
Web Interface
Use the dashboard to generate barcodes and QR codes interactively. Preview and download instantly.
🔌
REST API
Integrate barcode and QR code generation into your applications via API. Programmatic access for automation.
API Examples
Base URL:
https://docfire.so
All API endpoints shown below are relative to this base URL.
Barcode — EAN-13 as PNG
GET /api/v1/barcode?type=ean13&value=8001234567890&format=png
Authorization: Bearer {token}
QR Code — SVG with error correction M
GET /api/v1/qrcode?value=https://docfire.com&format=svg&correction=M
Authorization: Bearer {token}
Generate Barcodes & QR Codes
From the browser or via API. Fast, reliable, no dependencies.
Start Free