Zephiel API

QR & Barcodes

Free tier

Generate and decode every common symbology.

4.712 reviewsby Northwind Data15k subscribers
qrbarcodesvgdecodelabels

Starts at

$9/mo

Choose a plan

Create a free account to subscribe.

Latency
70ms
Uptime
99.98%
Endpoints
3

About this API

Render QR codes, Data Matrix, Code 128, EAN, and PDF417 as SVG or PNG with logo embedding, colour control, and error-correction levels. The decode endpoint reads them back from a photograph, including damaged and rotated symbols.

Common use cases

Ticketing and boarding passes
Warehouse labelling
Payment links
Asset tagging

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/qr-codes/generate" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "format": "qr",
  "content": "https://zephiel.com/p/8841",
  "error_correction": "M",
  "url": "https://cdn.zephiel.com/q/8841.svg",
  "bytes": 1841
}

Related APIs in Media & Files