← Back to catalog
qrserver.read
mock data$0.001 / callQR Code Read
Decode a QR code from an image URL — extracts the encoded text or URL from any QR code image (goqr.me)
Input schema
fileurlrequired
stringURL of an image containing a QR code to decode (required)
Call via REST
curl -X POST https://unifyapi.pro/api/call/qrserver.read \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"fileurl":"<fileurl>"}'