Upload a CSV or text file with one QR content per line.
Supported formats:
Plain text — one value per line (type auto-detected)
CSV with headers — type,content
Examples by type
urlurl,https://example.com
emailemail,hello@example.com
wifi — use
WIFI:S:ssid;T:encryption;P:password;;wifi,WIFI:S:MyNetwork;T:WPA;P:secret123;;
whatsappwhatsapp,14155551234
instagram / twitter / linkedininstagram,username
twitter,username
linkedin,john-doe
contact (vCard 3.0) — provide a full vCard string. Use
\n for line breaks inside the quoted content:
contact,"BEGIN:VCARD
VERSION:3.0
N:Doe;John
ORG:Acme Inc.
TITLE:Engineer
TEL;TYPE=WORK:+14155551234
EMAIL:john@acme.com
URL:https://acme.com
END:VCARD"
contact-advanced (vCard 4.0) — supports birthday, notes, gender, and more:
contact-advanced,"BEGIN:VCARD
VERSION:4.0
FN:Jane Smith
ORG:Globex Corp
TITLE:Designer
TEL;TYPE=WORK:+14155559876
TEL;TYPE=CELL:+14155550000
EMAIL:jane@globex.com
ADR;TYPE=WORK:;;123 Main St;Springfield;IL;62704;US
URL:https://janesmith.dev
BDAY:1990-05-15
NOTE:Preferred contact method: email
GENDER:F
END:VCARD"