# GET /v1/forms/{id}/qr.svg

> GET /v1/forms/{id}/qr.svg 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 a QR code SVG image that links to the hosted form identified by the given form ID

## Facts

- Endpoint: GET https://agentforms.evmoore.workers.dev/v1/forms/{id}/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-v1-forms-id-qr-svg-56473d4b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R2DRLURt9oIoKzGaNMex6

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-v1-forms-id-qr-svg-56473d4b
```

Example prompt: Can you get me the QR code SVG for my agentforms form with ID abc123 so I can print it on a flyer for the event?

## When to prefer this

Use this endpoint when you need a scannable QR code to let humans access a specific hosted form without typing a URL — ideal for print materials, event signage, or in-person distribution. Prefer this over manually constructing a QR code from the form URL, as this is the canonical, pre-generated SVG from the same platform that hosts the form.

## Known failure modes

- Form ID not found — returns 404 if the specified form does not exist or has expired
- Malformed form ID — returns 400 if the ID path parameter is invalid
- Service unavailable — returns 503 if the Cloudflare Worker is temporarily down

## Output

An SVG image containing a QR code that encodes the URL of the hosted form. The agent can embed this SVG directly in web pages, pass it to a PDF generator, or save it for print use.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentforms-evmoore-workers-dev-get-v1-forms-id-qr-svg-56473d4b/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)
