{"name":"qr-code-decode","description":"QR decoder / QR reader / scan QR from URL / QR code OCR / barcode reader / link extraction from QR. Reads QR codes out of any public image URL (PNG / JPG / GIF / BMP) and returns the decoded text strings. Multiple QR codes in a single image are returned as separate entries. Wraps qrserver.com's free public read-qr-code API (true DIY decode requires canvas, which Workers don't have natively). Returns an empty `codes` array plus a descriptive `note` if the image can't be fetched or no QR is found.","price":"$0.002","method":"POST","input_schema":{"properties":{"image_url":{"type":"string","description":"Public http(s) URL of an image containing one or more QR codes. Must be directly fetchable."}},"required":["image_url"]},"input_example":{"image_url":"https://upload.wikimedia.org/wikipedia/commons/thumb/d/d0/QR_code_for_mobile_English_Wikipedia.svg/1200px-QR_code_for_mobile_English_Wikipedia.svg.png"},"output_example":{"codes":[{"text":"http://en.m.wikipedia.org","symbol_index":0}],"source":"https://api.qrserver.com"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}