🔍 QR Code Reader

Upload an image containing a QR code to decode its content

📁
Click to select an image file
or drag and drop your image here

API Usage

You can also use this service programmatically by sending a POST request to /decode_base64 with a base64-encoded image.

POST /decode_base64 Content-Type: application/json { "image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA..." }

Response will contain the decoded text or an error message.