QR & Barcode API

Generate QR codes and barcodes with a simple HTTP request. No SDK needed.

📟 QR Code Endpoint

Generate QR codes in PNG or SVG. Supports URLs, text, vCards, WiFi configs, and more.

GET https://solsigs.com/api/qr?data=Hello+World&format=svg
GET /api/qr
POST /api/qr

Params: data (required), format (svg|png, default: svg)

🔍 Barcode Endpoint

Generate 50+ barcode formats: Code 128, EAN-13, QR, UPC, Data Matrix, PDF417, and more.

GET https://solsigs.com/api/barcode?data=12345678&type=code128
GET /api/barcode
POST /api/barcode

Params: data (required), type (code128|ean13|qrcode|datamatrix|pdf417|...), format (svg|png, default: png)

Pricing

Free

£0/mo
  • 100 requests/day
  • SVG & PNG output
  • All barcode formats
  • No API key needed
Try Free

Pro

£9/mo
  • 10,000 requests/day
  • Priority support
  • API key access
  • Commercial use OK
Contact for Pro

🚀 Quick Start

No signup required for the free tier. Just start making requests:

curl "https://solsigs.com/api/qr?data=https://example.com&format=png" -o qr.png

Full docs and more examples available on request. For Pro access and commercial use, email [email protected].