# NexusAPI QR Code Generator

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

Generates a QR code image from a given text, URL, or data string

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/tools/qr/generate
- Price: $0.140308/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-generator-b3d029f6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_piBFdJuksALZzVqnMYAvS

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-generator-b3d029f6 -d '<json body>'
```

Example prompt: Can you generate a QR code for https://myshop.example.com so I can put it on my flyer?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call QR code generation with no API key setup, especially in agent workflows that already use x402/USDC micropayments on Base. It is well-suited for one-off or low-volume QR generation tasks embedded in automated pipelines.

## Known failure modes

- Empty or missing query string returns an error or blank response
- Extremely long input strings may exceed encoding limits
- Invalid or malformed input may produce an unreadable QR code
- Service downtime on the Vercel deployment may return 5xx errors
- Payment failure via x402 protocol causes the request to be rejected before processing

## 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 a QR code image (likely as a base64-encoded image or image URL) representing the encoded input string, ready for display or download.

## 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-generator-b3d029f6/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)
