Decode QR codes from images programmatically. Submit images via URL or base64 encoding and receive the decoded content. Perfect for verification systems, inventory management, mobile apps, and automation workflows.
{
"status": "ok",
"error": null,
"data": {
"text": "'Twas brillig",
"location": {
"topLeft": {
"x": 9.927694968294492,
"y": 9.927694968294492
},
"topRight": {
"x": 215.24999999999997,
"y": 9.749999999999996
},
"bottomLeft": {
"x": 9.749999999999996,
"y": 215.24999999999997
},
"bottomRight": {
"x": 216.14779062994094,
"y": 216.14779062994094
}
}
}
}






Decode QR codes from images programmatically. Submit images via URL or base64 encoding and receive the decoded content. Perfect for verification systems, inventory management, mobile apps, and automation workflows.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/qrcodereader?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ text, location, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseAutomatically scan and decode QR codes from photos or scans. Verify content against expected values and flag discrepancies.
Decode QR codes from photos taken by any device. Extract item identifiers and update inventory systems automatically.
Copy a working request, or install a typed SDK. Same endpoint, same key.
const res = await fetch("https://api.apiverve.com/v1/qrcodereader", { method: "POST", headers: { "x-api-key": "YOUR_API_KEY" } });
const { data } = await res.json();
console.log(data);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog