# visual-dx Screenshot API

> visual-dx Screenshot API is a paid API for AI agents from visual-dx.hugen.tokyo, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Generates a screenshot image of a webpage or visual endpoint given a URL

## Facts

- Endpoint: GET https://visual-dx.hugen.tokyo/visual/screenshot
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/visual-dx-hugen-tokyo-6bb2e676
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4IiA8Y0st7GTWN5tBdnMw

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 visual-dx-hugen-tokyo-6bb2e676
```

Example prompt: Can you take a screenshot of https://example.com and show me what it looks like right now?

## When to prefer this

Use this endpoint when you need a visual capture or screenshot of a webpage or URL as an image, especially in automated pipelines where seeing the rendered visual output matters. Prefer this over PDF generation (the sibling endpoint) when you need a lightweight image rather than a document.

## Known failure modes

- Invalid or unreachable URL returns an error response
- Timeout if the target page takes too long to load
- Private or localhost URLs may be blocked
- Pages requiring authentication may render partially or fail
- Payment not processed results in 402 status before screenshot is generated

## How this service works

Generates screenshots from visual content on demand.

## Output

A screenshot image of the rendered visual content at the specified URL, returned as image data.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/visual-dx-hugen-tokyo-6bb2e676/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from visual-dx.hugen.tokyo](https://www.zero.xyz/host/visual-dx.hugen.tokyo/llms.txt)
