Create your account

Free tier includes 500 API calls/month. No credit card required.

Already have an account? Sign in

By registering you agree to our Terms and Privacy Policy.

Welcome back

Sign in to your BarcodeLab account.

Don't have an account? Create one free

Dashboard
Operations used
Monthly limit
Remaining
Current plan
API Keys
Loading keys…
⚠ Copy your API key — shown once only
Store it securely. You cannot retrieve it again.
Quick start

Replace YOUR_KEY with your API key above.

# Encode a QR Code
curl -X POST https://barcodelab.dev/api/v1/encode \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text":"hello","symbology":"qr_code","format":"SVG"}'
Plans