HerramientasTools
Entrar Crear cuenta

Generador de QR QR generator

Convierte cualquier enlace o texto en un código QR (PNG o SVG), gratis y al instante. Ideal para carteles, menús, tarjetas o packaging donde la gente accede con el móvil. ¿Lo necesitas en automático? Tienes la API más abajo. Turn any link or text into a QR code (PNG or SVG), free and instant. Great for posters, menus, cards or packaging where people scan with their phone. Need it automated? The API is right below.

Escribe un enlace o texto para ver el QR. Type a link or text to see the QR.
¿Tienes un PDF o una imagen? Got a PDF or image? Súbelo a Google Drive, Dropbox o similar, copia su enlace para compartir y pégalo aquí arriba: el QR llevará a tu archivo. Upload it to Google Drive, Dropbox or similar, copy its share link and paste it above: the QR will point to your file.
Para automatizar (n8n, Make o tu código) For automation (n8n, Make or your code)

Esta web es gratis para usar a mano. Para generar QR automáticamente (por ejemplo, uno por cada pedido en n8n) usa la API con tu API key. Cada QR cuesta 1 crédito de tu plan. Necesitas una cuenta y una API key, que creas gratis en tu panel. This page is free for manual use. To generate QR codes automatically (e.g. one per order in n8n) use the API with your API key. Each QR costs 1 credit of your plan. You need an account and an API key, which you create free in your dashboard.

Modo fácil (n8n / Make): manda el enlace "a pelo" Easy mode (n8n / Make): send the link as-is

POST https://api.cofferdock.com/qr?size=512
x-api-key: TU_API_KEY
Content-Type: text/plain

https://tu-enlace.com

Te devuelve la imagen del QR directamente (en n8n, pon el nodo HTTP con Response Format = File). It returns the QR image directly (in n8n, set the HTTP node to Response Format = File).

Opciones (en el enlace, como Query Parameters) Options (in the URL, as Query Parameters)

  • size: lado en píxeles (64–2000, por defecto 512)side in pixels (64–2000, default 512)
  • format: png (por defecto) o svg (no pierde calidad al imprimir grande)png (default) or svg (lossless when printed big)
  • dark / light: color de los puntos / del fondo (hex, p. ej. 000000)dots / background color (hex, e.g. 000000)
  • margin: borde blanco (0–20, por defecto 2)white border (0–20, default 2)

¿PDF o imagen? Súbelo a Google Drive o Dropbox, copia su enlace para compartir y pásalo como cuerpo (Body): el QR llevará a tu archivo. PDF or image? Upload it to Google Drive or Dropbox, copy its share link and pass it as the body: the QR will point to your file.