cURL
curl --request POST \ --url https://api.supaqr.com/qr/scan \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "https://example.com/abc.png" } '
{ "data": "<string>", "message": "<string>" }
Maximum image size: 2MB. Supported formats: JPEG, PNG.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The URL of QR code image
1 - 2000
"https://example.com/abc.png"