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.
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"}'