Retrieve a QR code
Retrieve a QR code for a link.
Query Parameters
The URL to generate a QR code for.
The logo to include in the QR code. Can only be used with a paid plan on Dub.co.
The size of the QR code in pixels. Defaults to 600
if not provided.
The level of error correction to use for the QR code. Defaults to L
if not provided.
L
, M
, Q
, H
The foreground color of the QR code in hex format. Defaults to #000000
if not provided.
The background color of the QR code in hex format. Defaults to #ffffff
if not provided.
Whether to hide the logo in the QR code. Can only be used with a paid plan on Dub.co.
The size of the margin around the QR code. Defaults to 2 if not provided.
DEPRECATED: Margin is included by default. Use the margin
prop to customize the margin size.
Response
The response is of type string
.
Was this page helpful?