Sign in

QR Codes

Every link in Auva Go automatically gets a QR code. You can customize its appearance and download it in multiple formats.


Get a QR Code

text
GET https://go.auva.dev/api/qr/{linkId}
Authorization: Bearer YOUR_ACCESS_TOKEN

Returns the QR code as a PNG image by default.

Query Parameters

ParamTypeDefaultDescription
sizenumber256Width/height in pixels (64–2048)
formatstringpngOutput format: png, svg, webp
fgstring#000000Foreground (dot) color
bgstring#FFFFFFBackground color

Example

text
# Get a 512x512 SVG with custom colors
GET https://go.auva.dev/api/qr/lnk_abc123?size=512&format=svg&fg=%232563eb&bg=%23f8fafc

Use SVG format for print materials: it scales to any size without losing quality. Use PNG or WebP for digital sharing.


QR Code in Dashboard

The Auva Go dashboard includes a QR Studio where you can:


Best Practices