Automatizza la creazione di QR Code con la nostra API
Crea QR Code statici e dinamici ovunque tu voglia in pochi secondi.
La maggior parte dei nostri utenti genera i QR Code in bianco e nero. È più professionale per uso ufficiale e personale. Comunque, con la nostra API puoi creare QR Code con il design e i colori che preferisci.
Esempi di QR Code generati con la nostra API
Esempio di QR Code semplice
Metodo della Richiesta:
POST
URL della Richiesta:
https://api.qr.io/v1/create
Parametri della Richiesta:
Tutti i parametri devono essere inviati come oggetto JSON nel corpo della richiesta.
{
"apikey":"YOUR_API_KEY",
"data":"https://qr.io",
"transparent":"on",
"frontcolor":"#000000",
"marker_out_color":"#000000",
"marker_in_color":"#000000",
"pattern":"default",
"marker":"default",
"marker_in":"default",
"optionlogo":"none"
}
Risultato della Richiesta
Esempio di QR Code con colori
Metodo della Richiesta:
POST
URL della Richiesta:
https://api.qr.io/v1/create
Parametri della Richiesta:
Tutti i parametri devono essere inviati come oggetto JSON nel corpo della richiesta.
{
"apikey":"YOUR_API_KEY",
"data":"https://qr.io",
"qrtype":"static",
"title":"NAME OF YOUR QR CODE",
"transparent":"off",
"backcolor":"#033895",
"frontcolor":"#ffffff",
"marker_out_color":"#669df4",
"marker_in_color":"#669df4",
"pattern":"oriental",
"marker":"flower",
"marker_in":"circle",
"optionlogo":"IMAGE_IN_BASE64"
}
Risultato della Richiesta
Esempio di QR Code con cornici
Metodo della Richiesta:
POST
URL della Richiesta:
https://api.qr.io/v1/create
Parametri della Richiesta:
Tutti i parametri devono essere inviati come oggetto JSON nel corpo della richiesta.
{
"apikey":"YOUR_API_KEY",
"data":"https://qr.io",
"qrtype":"static",
"title":"NAME OF YOUR QR CODE",
"transparent":"off",
"backcolor":"#ffffff",
"frontcolor":"#e26463",
"marker_out_color":"#3b0001",
"marker_in_color":"#3b0001",
"pattern":"ellipse",
"marker":"sdoz",
"marker_in":"sdoz",
"optionlogo":"none",
"outer_frame":"balloon-top",
"framelabel":"SCAN ME",
"label_font":"Arial, Helvetica, sans-serif",
"custom_frame_color":"on",
"framecolor":"#3b0001"
}
Risultato della Richiesta
Parametri Principali:
Parameter | Type | Default | Description |
---|---|---|---|
apikey | String | Essential | Get it from your account settings. |
data | String | Essential | What you like to encode (e.g. URL or Plain Text). |
title | String | Optional | Title / Name of your QR Code. |
folderid | Number | Optional | Organize your QR Codes inside your folders. |
Parametri Colore e Forma:
Parameter | Type | Default | Description |
---|---|---|---|
transparent | String | off | Set 'on' if you want background to be transparent. Otherwise, set 'off' and choose background color below. |
backcolor | String | #FFFFFF | Background color of your QR Code. |
frontcolor | String | #000000 | Color of the QR Code dots. |
gradient | String | off | Set 'on' if you want the color of the dots to be a gradient. Otherwise, set 'off'. |
radial | String | off | Set 'on' if you want the color of the dots to be a radial gradient. Otherwise, set 'off'. |
gradient_color | String | #000000 | Choose a color if you set 'yes' on gradient parameter. |
marker_out_color | String | #000000 | Color of the outside-corners marker. |
marker_in_color | String | #000000 | Color of the inside-corners marker. |
pattern | String | default | |
marker | String | default | |
marker_in | String | default | |
optionlogo | String | none | |
no_logo_bg | String | off | Set 'on' if you want no background behind your logo. Otherwise, set 'off'. |
Parametri Cornice:
Parameter | Type | Default | Description |
---|---|---|---|
outer_frame | String | none | |
framelabel | String | SCAN ME | The text you want the frame to say. |
label_font | String | Arial, Helvetica, sans-serif | Font of framelabel. Choose between: Arial, Helvetica, sans-serif - 'Times New Roman', Times, serif - 'Courier New', Courier, monospace. |
custom_frame_color | String | off | Set 'on' if you want to customize the background color of your frame. Otherwise, set 'off'. |
framecolor | String | #000000 | Background color of your frame. |
Come eliminare QR Code con la nostra API.
Recupera l'ID del QR Code che vuoi eliminare.
Metodo della Richiesta:
POST
URL della Richiesta:
https://api.qr.io/v1/delete
Parametri della Richiesta:
Tutti i parametri devono essere inviati come oggetto JSON nel corpo della richiesta.
{
"apikey":"YOUR_API_KEY",
"qrid":"YOUR_QR_ID"
}
Vuoi vedere tutti i tuoi QR Code in un unico posto?
Usa la nostra API di elenco per ottenere tutti i tuoi QR Code in un unico posto. Aumenta il numero di 'paginazione' se ne hai più di 100. Vengono mostrati solo 100 QR Code per pagina.
Metodo della Richiesta:
POST
URL della Richiesta:
https://api.qr.io/v1/list
Parametri della Richiesta:
Tutti i parametri devono essere inviati come oggetto JSON nel corpo della richiesta.
{
"apikey":"YOUR_API_KEY",
"pagination":"1"
}
Hai 2.000 richieste al mese. Se ti servono di più, contattaci.
Sì! Puoi generare QR Code tramite API come nel generatore manuale.
No, per usare l'API devi aggiornare il tuo account a uno dei piani disponibili.
Riceverai una risposta JSON con il file SVG e l'ID del QR. Puoi salvare questi dati se ti servono. Ogni QR Code verrà comunque salvato nel tuo account.
Ogni QR Code generato viene salvato nel tuo account.
Sì, ti basta l’ID del QR Code da eliminare.
Hai bisogno di più richieste?
Contattaci se hai bisogno di più richieste al giorno per uso personale o commerciale.
Contattaci