# CamelAI Screenshot

> CamelAI Screenshot is a paid API for AI agents from screenshot.camelai.io, paid per call via x402, $0.01/call, status down (last checked 2026-09-14).

Takes a screenshot of a given URL and returns the captured image

## Facts

- Endpoint: POST https://screenshot.camelai.io/screenshot
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/screenshot-camelai-io-a69a1203
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Scv_7E8XuBLF5u5tE9F0V

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 screenshot-camelai-io-a69a1203 -d '<json body>'
```

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 representation of a live webpage — for checking site appearance, capturing page state, verifying content layout, or monitoring visual changes. Prefer this over HTML scraping when the rendered visual output matters rather than raw text.

## Known failure modes

- URL is unreachable or returns an error — screenshot may be blank or show an error page
- Invalid or malformed URL — request fails with a validation error
- Page takes too long to load — timeout error returned
- Protected or paywalled content may not render correctly
- JavaScript-heavy pages may not render fully if JS execution is limited

## Output

An image (screenshot) of the rendered webpage at the given URL, capturing the visual state of the page at the time of the request.

## More

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