QR code and barcode generation — PNG, SVG, batch jobs, 10+ formats
https://api.xeboki.com/v1/code/5 endpointsAll requests require a valid API key with the appropriate scope. Create keys at account.xeboki.com/connected-apps.
Authorization: Bearer xbk_live_your_key_here/v1/code/qrGenerate a QR code (PNG or SVG)
code:qr:generate/v1/code/barcodeGenerate a linear barcode (PNG)
code:barcode:generate/v1/code/batch/qrBatch-generate multiple QR codes (Pro+)
code:batch:write/v1/code/usageGet current export usage for this key
code:usage:read/v1/code/typesList supported QR and barcode formats
publiccurl https://api.xeboki.com/v1/code/qr \ -H "Authorization: Bearer xbk_live_your_key_here"
{
"data": [ ... ],
"total": 42,
"page": 1
}Grant only the scopes your integration actually needs. A read-only reporting integration should never have write scopes.