# httpay.xyz Screenshot API

> httpay.xyz Screenshot API is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Captures a full-page screenshot of any given URL and returns a CDN-hosted PNG image URL

## Facts

- Endpoint: POST https://httpay.xyz/api/screenshot
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-4dbe32cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0a1dIdZierzfNvtiZ3U9T

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 httpay-xyz-4dbe32cb -d '<json body>'
```

Example prompt: Take a screenshot of https://example.com and give me the CDN link to the PNG image.

## When to prefer this

Use this endpoint when you need a visual snapshot of a webpage as a PNG image and want the result hosted on a CDN for immediate use. Prefer this over raw browser automation when you just need a quick screenshot without full control of the browser session. Powered by microlink.io, it is reliable and returns a ready-to-use image URL.

## Known failure modes

- Invalid or unreachable URL returns an error
- Timeout if the target page is very slow to load
- Payment failure if USDC balance is insufficient for the $0.02 fee
- Rate limiting or network errors from the underlying microlink.io service
- Private or authentication-gated pages may render blank or login screens

## How this service works

Take a screenshot of any URL. Returns a CDN URL to the PNG image. Powered by microlink.io.

## Output

A CDN-hosted URL pointing to a PNG image of the rendered webpage at the given URL, suitable for embedding or downloading.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "description": "Take a screenshot of any URL. Returns a CDN URL to the PNG image. Powered by microlink.io."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-4dbe32cb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
