API docs
A REST API for generating styled QR codes, managing trackable dynamic links, and running bulk generation jobs. Every endpoint below has a live "Try it" panel — bring your API key and make real requests right from this page.
Base URL
https://api.qrcode-genie.comEvery request authenticates with an X-QRGenie-Api-Key header. See Authentication for how to get one.
curl -X POST https://api.qrcode-genie.com/v1/qr/generate \
-H "X-QRGenie-Api-Key: qrgenie_live_..." \
-H "Content-Type: application/json" \
-d '{"data":"https://example.com","size":512,"file_format":"png"}'