Skip to main content

1. Get your API key

Sign in to QRKit and open Dashboard → API Keys. Create a new key with qr:read and qr:write scopes (API access is included on all paid plans).
Your full API key is only shown once at creation. Copy it and store it securely.

2. Create a QR code

Make your first API call to create a dynamic QR code:

3. View the response

A successful request returns the created QR code object:
The QR image itself encodes short_url — print it once and change the destination any time with Update QR Code. WiFi, email, SMS, text and event codes are static instead: the payload is encoded directly into the image (no short_url, no scan tracking) and their ids start with sqr_.

4. Download the image

Download the QR code image in SVG or PNG format:

Next steps

Authentication

Learn about API key scopes and environments.

Custom Designs

Customize colors, shapes, and logos.

Error Handling

Handle errors gracefully in your integration.

Rate Limits

Understand rate limits for your plan.