UnifyAPI
← Back to catalog

qrserver.read

mock data$0.001 / call

QR Code Read

Decode a QR code from an image URL — extracts the encoded text or URL from any QR code image (goqr.me)

Developer Toolsprovider: Qrserver#qrserver#developer

Input schema

fileurlrequired

URL of an image containing a QR code to decode (required)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.