Create QR Code
Creates a QR code, renders its image (SVG, stored on QRKit’s CDN) and
returns the full object. Requires the qr:write scope.
Each target type takes structured fields (recommended) or a
pre-encoded destination string. Dynamic codes count against your
plan’s QR limit; static codes do not.
Authorizations
API key in the Authorization header: Bearer qr_live_… or Bearer qr_test_…. Token endpoints take a Clerk session JWT instead.
Body
What the QR code points to. Each type takes structured fields, or a
pre-encoded destination string if you prefer to encode yourself.
Defaults to "Campaign {code}" / "Static {code}".
255Only meaningful for url targets — wifi/email/sms/text/event are always static, vcard always dynamic. Omit to use the type's default.
dynamic, static Visual customization. Stored with the code, so the dashboard shows exactly what the API created.
Folder to place the code in (e.g. fld_12).
1050Response
QR code created
qr_… for dynamic, sqr_… for static.
"qr_123"
"qr_code"
dynamic, static url, text, email, sms, wifi, event, vcard "AB3D5"
null for static codes.
"https://scan.useqrkit.com/AB3D5"
"fld_12"
"https://img.useqrkit.com/qr-AB3D5-1717000000000.svg"
"/v1/qr-codes/qr_123/download"
null for static codes (no tracking).
UTM parameters (null unless set on a dynamic url code).

