: Read/scan a QR code

API: qrserver.com:goqr.me-api
Endpoint: /read-qr-code/
Response format: unknown
Auth: unknown
Method: GET

Description

Scan a QR code from an image URL and return the decoded data. Supports PNG, GIF, and JPEG images up to 1 MiB.

Parameters (2)

fileurl (string, query, optional)

URL of a QR code image accessible via HTTP/HTTPS. Must be URL-encoded. Image must be PNG, GIF, or JPEG under 1 MiB.

outputformat (string, query, optional, default: json)

Response format for the decoded data.

Constraints: {'enum': ['json', 'xml']}

No probe data for this endpoint yet.