# NexusAPI QR Code Decoder

> NexusAPI QR Code Decoder is a paid API for AI agents from nexus-api-virid.vercel.app, paid per call via x402, $0.144948/call, status unknown (last checked 2026-09-15).

Decodes a QR code image or URL and extracts the embedded data/text content

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/tools/qr/decode
- Price: $0.144948/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-qr-code-decoder-8590e409
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aK5QReZMFFQW2BzhEC_I4

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability nexusapi-qr-code-decoder-8590e409 -d '<json body>'
```

Example prompt: Can you decode this QR code for me and tell me what text or URL it contains? Here's the image: https://example.com/qrcode.png

## When to prefer this

Use this endpoint when you need to programmatically extract the data embedded in a QR code image without manually scanning it with a phone. Ideal for automation pipelines that encounter QR codes in documents, product images, or web pages and need to resolve the encoded content.

## Known failure modes

- Image URL is inaccessible or returns a 404 — cannot fetch QR code
- Input image does not contain a detectable QR code — returns an error or empty result
- Image quality is too low or QR code is partially obscured — decoding fails
- Unsupported image format — service cannot parse the image type
- Network timeout when fetching remote image URL

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns the decoded content embedded in the QR code, which may include a URL, plain text, contact information, Wi-Fi credentials, or any other data that was encoded into the QR code image.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-qr-code-decoder-8590e409/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-virid.vercel.app](https://www.zero.xyz/host/nexus-api-virid.vercel.app/llms.txt)
