# GET /qr.svg — AgentForms QR Code Generator

> GET /qr.svg — AgentForms QR Code Generator is a paid API for AI agents from agentforms.evmoore.workers.dev, paid per call via MPP, price unknown, status unknown (last checked 2026-09-15).

Returns an SVG QR code image, likely encoding a hosted form's share URL for easy human scanning

## Facts

- Endpoint: GET https://agentforms.evmoore.workers.dev/qr.svg
- Price: price unknown
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Provider: agentforms.evmoore.workers.dev
- Website: https://agentforms.evmoore.workers.dev
- Canonical page: https://www.zero.xyz/c/agentforms-evmoore-workers-dev-get-qr-svg-agentforms-qr-code-generator-163a2d64
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rYZMbOUkW3e3zkpGEGLLM

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 agentforms-evmoore-workers-dev-get-qr-svg-agentforms-qr-code-generator-163a2d64
```

Example prompt: Can you get me an SVG QR code for my AgentForms form so I can print it on a flyer and people can scan it to submit responses?

## When to prefer this

Use this endpoint when you need a scannable, printable, or embeddable QR code in SVG format pointing to an AgentForms-hosted form — ideal for distributing a form URL to humans via print, posters, or web embeds without requiring them to type a URL.

## Known failure modes

- Missing or invalid form ID parameter returns an error or empty response
- Form has expired or been closed, QR code may still render but link is dead
- SVG rendering failure due to server-side worker error
- Unknown pricing may result in payment-related rejection if x402 is enforced

## Output

An SVG image file containing a QR code, presumably encoding the share URL of the specified hosted form, suitable for embedding in web pages, emails, or printed materials.

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentforms-evmoore-workers-dev-get-qr-svg-agentforms-qr-code-generator-163a2d64/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentforms.evmoore.workers.dev](https://www.zero.xyz/host/agentforms.evmoore.workers.dev/llms.txt)
