v1

latestOpenAPI 3.0.3Commercial2026-07-1312828.4 KB
Generate

QR code generator

Generates a QR code as PNG or SVG. No API key required for demo usage.

get/qr

Query parameters

urlstring required
Example:https://example.com

Text or URL to encode

sizeinteger

Output size in pixels (PNG) or viewBox units (SVG)

format'png' | 'svg'

Output format

ec_level'L' | 'M' | 'Q' | 'H'

Error correction level

fgstring
Example:#000000

Foreground colour (hex)

bgstring
Example:#ffffff

Background colour (hex)

Response

QR code image