QR
Crea codice QR
Genera codici QR puliti per link, testo, contatti o campagne. Regola colore, dimensione, nome file e formato output.
Input
Configurazione
Risultato
Anteprima
QR
Il codice apparira qui.
I QR statici non scadono
Il codice conserva le informazioni inserite. Se il link smette di esistere, il QR puntera ancora allo stesso link.
API
Disponibile anche via 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"
}