QR Code Decoder via Image URL is a paid API for AI agents from x402-deployer.x402-deployer.workers.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).
Decodes QR codes from a public image URL and returns the embedded text strings
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.
Returns a JSON object with a `codes` array where each entry contains the decoded text string from a QR code found in the image. Multiple QR codes in the same image yield multiple entries. If no QR code is found or the image cannot be fetched, returns an empty `codes` array along with a descriptive `note` explaining what happened.
POSThttps://x402-deployer.x402-deployer.workers.dev/qr-code-decodeUse this endpoint when you have a public image URL containing a QR code and need to programmatically extract the encoded text or URL without requiring a mobile device or client-side canvas. Ideal for automation pipelines that receive flyer images, event tickets, or product photos and need to extract embedded QR data. Handles multiple QR codes in a single image gracefully.
{
"input": {
"body": {
"image_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d0/QR_code.svg/220px-QR_code.svg.png"
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"note": "No QR codes found. qrserver.com reported: download error (could not establish connection)",
"codes": [],
"source": "https://api.qrserver.com"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"