GET
/
qr
curl --request GET \
  --url https://api.dub.co/qr \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
headerrequired

Default authentication mechanism

Query Parameters

url
string
default: https://dub.co

The URL to generate a QR code for. Defaults to https://dub.co if not provided.

size
number
default: 600

The size of the QR code in pixels. Defaults to 600 if not provided.

level
enum<string>
default: L

The level of error correction to use for the QR code. Defaults to L if not provided.

Available options:
L,
M,
Q,
H
fgColor
string
default: #000000

The foreground color of the QR code in hex format. Defaults to #000000 if not provided.

bgColor
string
default: #FFFFFF

The background color of the QR code in hex format. Defaults to #ffffff if not provided.

includeMargin
boolean
default: false

Whether to include a margin around the QR code. Defaults to false if not provided.

Response

200 - image/png

The response is of type string.