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.
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.