Bulk QR Generator
Download the Bulk QR CSV Template
Use this template to upload a CSV file and generate many QR codes at once from your dashboard.
How to use the template
- Download the template and open it in Excel, Google Sheets, or any CSV editor.
- Fill in each row with name, type, and content.
- Use one row per QR code and save the file as CSV.
- Go to your dashboard and upload the file on the bulk QR generator page.
Supported type values include:
url, vcard, wifi, text, email, phone, sms, whatsapp, and more.
CSV columns
name — the label for the QR code.
type — QR content type (for example url or vcard).
content — the destination URL, text, or contact data.
Example row
name,type,content
Product page,url,https://example.com/product/123
vCard,vcard,"BEGIN:VCARD\nVERSION:3.0\nFN:John Doe\nTEL:+1234567890\nEMAIL:john@example.com\nEND:VCARD"
Need a QR API key? Use the API docs page to generate one and send requests with
Authorization: Bearer YOUR_API_TOKEN. Then create or manage QR codes at /api/v1/qrcodes.