Save barcode pack QR to Image

Hi, I’m using the barcode pack to create a QR code for a URL. Can I set this QR code as an image that’s retrievable through the API?

I believe that without modifications, the API would return the original URL rather than the QR image itself.

Thanks

Hi @Patricio_Anguita_Osorio - how/where are you trying to display the QR code?
If in Coda, you can display the QR code URL by setting the column type to ‘Image URL’

Example is using a barcode, but same concept:

If displaying in email or HTML you can reference it through <img src="QRCodeURL"> and it will display as an image despite not having an png/jpg/etc extension.