Skip to main content

Generate QR Code

Generate a QR Code in the following formats: png, jpeg/jpg, bmp, gif, tiff, ico. View documentation for examples of ways to use QR Codes.

Application

  • Image

Inputs (what you have)

NameDescriptionData TypeRequired?Example
DataThe text or URL to encode in the QR code. Max character length: 4,296. Example: www.wrk.comText (Long)Yeswww.wrk.com
Output file nameThe name of the generated QR code file. Supported formats are: png, jpeg, jpg, bmp, gif, tiff, ico. Example: my_qrcode.pngText (Long)Yesmy_qrcode.png

Outputs (what you get)

NameDescriptionData TypeRequired?Example
Generated QR codeThe generated QR code fileFileNo

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Ways to use QR Codes

Websites: Add any url and the person will be directed to that specific link

Emails: Add mailto:example@gmail.com to have the person open an email to a specific person

Telephone: Add tel:123-456-7890 to have the person open a call to a specific number

Contact Cards: To have a person quickly add contact information to their phone you can add a VCARD following the table below.

ParameterPresenceDescriptionFormat
BEGINRequiredAll vCards must start with this parameterBEGIN:VCARD
NOptionalFull nameN:Smith;John;
TEL;TYPEOptionalTelephone number and type (work, home, fax)TEL;TYPE=work,VOICE:(111) 555-1212 TEL;TYPE=home,VOICE:(404) 386-1017 TEL;TYPE=fax:(866) 408-1212
EMAILOptionalEmail addressEMAIL:smith.j@smithdesigns.com
ORGOptionalCompany nameORG:Smith Designs LLC
TITLEOptionalJob titleTITLE:Lead Designer
ADR; TYPEOptionalHome or work address in order: Street; City; State; Postal Code; CountryADR;TYPE=WORK,PREF:;;151 Moore Avenue;Grand Rapids;MI;49503;United States of America
URLOptionalLink to a websiteURL:https://www.smithdesigns.com
VERSIONRequiredThe version of the vCard specification.VERSION:3.0
ENDRequiredAll vCards must end with this parameterEND:VCARD

Example Contact card

BEGIN:VCARD

N:Smith;John;

TEL;TYPE=work,VOICE:(111) 555-1212

TEL;TYPE=home,VOICE:(404) 386-1017

TEL;TYPE=fax:(866) 408-1212

EMAIL:smith.j@smithdesigns.com

ORG:Smith Designs LLC

TITLE:Lead Designer

ADR;TYPE=WORK,PREF:;;151 Moore Avenue;Grand Rapids;MI;49503;United States of America

URL:https://www.smithdesigns.com

VERSION:3.0

END:VCARD