{"name":"qr-code-decode","description":"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. Returns an empty 'codes' array plus a descriptive 'note' if the image can't be fetched or no QR is found. Use it as a QR decoder, QR reader, scan-QR-from-URL tool, QR code OCR, barcode reader, or link extraction from QR.","price":"$0.005","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"}