Illustration of a photo containing a QR code being scanned by a magnifying glass, revealing decoded text

QR Scanner

Upload a photo or screenshot with one or more QR codes in it and get back exactly what they encode. Pairs with our QR Generator — make a code there, read it back here.

Drag & drop an image here, or


💡 Show API usage example (cURL)
curl -sS -X POST https://devops.majbase.com/qr-scanner/api \
    -F "file=@photo.jpg"

Returns JSON: {"results": [{"data": "...", "points": [[x,y], ...]}, ...]} — one entry per QR code found, empty list if none.