
As I wrote in my previous post, in the recent months I created several Custom APIs and some of them are available inside my GitHub account.The latest one is QR Code Custom APIsRight now there is a single Custom API called GenerateQRCodeUrlAs input accepts a Url (string) and it returns the Base64 representation (string) of a PNG file, this can be used for example inside HTML content (setting the src property like data:image/png;base64,...