Skip to main content
GET
Render a QR code

Path Parameters

format
enum<string>
required

Output image file extension.

Available options:
svg,
png,
webp

Query Parameters

data
string
required

Canonical standard Base64 encoding of 1–512 bytes of UTF-8 text.

Maximum string length: 684
size
integer

Square raster size in pixels. Defaults to 256 for PNG and WebP and is ignored for SVG.

Required range: 64 <= x <= 2048
quiet_zone
boolean
default:true

Keep clear space around the QR modules for reliable scanning. Defaults to true.

Response

Deterministic QR code image.

The response is of type string.