๐Ÿ“ฑ QR Code API

Generate QR codes as PNG or SVG. Custom size, colors, margins, and error correction levels.

Endpoint

POST https://api.16761.tech/qr

Example

curl -X POST https://api.16761.tech/qr \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text":"https://16761.tech","size":400}'

Parameters

FieldTypeRequiredDescription
textstringโœ…Content to encode (max 4000 chars)
sizeintImage size in pixels (max 2000)
formatstringpng or svg
marginintQuiet zone margin
darkColorstringForeground hex color
lightColorstringBackground hex color
errorCorrectionstringL, M, Q, or H
Get Free API Key โ†’