{"name":"qr-reader","description":"Reads and decodes QR codes out of any public image URL, PNG, JPG, GIF, or BMP, including images that contain multiple QR codes at once. Send image_url and get back a codes array with each decoded text value and its symbol_index, so multi-code images resolve into separate entries instead of one merged result. Backed by the qrserver.com public read API since Workers lack native canvas decoding. Use it as a QR reader API, QR image scanner, or decode-QR-from-URL tool for batch label processing, inventory checks, and inbound-document pipelines that need to pull encoded data out of scanned images.","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"}