2019-05-29 QR Code Generator API
When need generate QR code, we can use some exist web service to generate the QR code directly
QR code API
http://goqr.me/api/
We can generate and decode / read QR code graphics with this QR code generator web
API
at
api.qrserver.com
.
Format:
https://api.qrserver.com/v1/create-qr-code/?size=<width x hight>&data=<string>
Example:
https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=Hello%20Here%20is%20Test
TAGS
Back