# NexusAPI QR Code Generator

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

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

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/tools/qr/generate
- Price: $0.071198/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-qr-code-generator-55cfa5f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QXVo6ex8OUfRjM9w0QTwW

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-55cfa5f8 -d '<json body>'
```

Example prompt: Can you generate a QR code for https://myshop.com/menu so I can put it on my restaurant's table cards?

## When to prefer this

Use this endpoint when you need to programmatically generate a QR code from a URL or text string without managing API keys. Ideal for agent workflows where on-demand QR code creation is needed per-call with pay-per-use USDC billing.

## Known failure modes

- Empty or missing query string returns an error
- Input data too long to encode in a standard QR code
- Malformed input may produce an unreadable QR code
- Payment failure (402) if USDC balance is insufficient
- Upstream service timeout returns a 5xx error

## How this service works

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

## Output

The agent receives a QR code image (or image URL/data) encoding the provided input text or URL, ready for display, download, or embedding.

## 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-55cfa5f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
