Create QR code

Generate clean QR codes for links, text, contacts, or campaigns. Adjust color, download size, file name, and output format.

Configuration

Content type
Center logo or image

Drag an image or click

PNG, JPG, WebP up to 5MB

Preview

QR

Your code will appear here.

Static QR codes do not expire

The code keeps the information you enter. If the link stops existing, the QR will still point to that same link.

Also available by API

Generate QR codes from your apps with a NOXUS API key. API balance stays separate from your web NOX.

The API accepts output_format and can return SVG, PNG, JPG, WEBP, GIF, BMP, TIFF, ICO, or PDF.

POST /api/v1/tools/qr
Authorization: Bearer TU_API_KEY

{
  "text": "https://noxus.lat",
  "output_format": "png",
  "foreground": "#111827",
  "background": "#ffffff"
}