Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 682 Bytes

File metadata and controls

26 lines (14 loc) · 682 Bytes

GenerateQRCodeRequest

Properties

Name Type Description Notes
content String The content which is used to generate QR code
color String QR code in hexadecimal format [optional]
logoBase64 String A logo as a base64 image string to add on the QR code [optional]
logoUrl String A logo URL to an image to add on the QR code [optional]
output OutputEnum Response format [optional]

Enum: OutputEnum

Name Value
FILE "file"
BASE64 "base64"