Read QR Code
qrserver.qr.readDecode a QR code by providing an image URL. Extracts the encoded text or URL from any QR code image.
Instructions
Decode a QR code from an image URL — extracts the encoded text or URL from any QR code image (goqr.me)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileurl | Yes | URL of an image containing a QR code to decode (required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |