Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 696 Bytes

File metadata and controls

13 lines (10 loc) · 696 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] [default to '#000000']
logo_base64 string A logo as a base64 image string to add on the QR code [optional]
logo_url string A logo URL to an image to add on the QR code [optional]
output string Response format [optional] [default to 'base64']

[Back to Model list] [Back to API list] [Back to README]