# Notte Session Page Screenshot

> Notte Session Page Screenshot is a paid API for AI agents from x402.orthogonal.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-16).

Captures a screenshot of the current page in an active Notte browser session, with optional full-page capture.

## Facts

- Endpoint: POST https://x402.orthogonal.com/notte/sessions/:id/page/screenshot
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/notte-session-page-screenshot-79448ed0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bZkNeczG941jfLZPU5-cc

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 notte-session-page-screenshot-79448ed0 -d '<json body>'
```

Example prompt: Take a full-page screenshot of the current page in my browser session abc-123 so I can see what it looks like right now.

## When to prefer this

Use this endpoint when you need a visual snapshot of a live Notte browser session's current page state — ideal for debugging automation flows, verifying rendered content, or creating audit trails. Prefer this over HTML scraping when you need to see the visual layout rather than the raw markup.

## Known failure modes

- Session ID not found or expired — returns error indicating invalid session
- Session is not in an active/ready state (e.g. navigating) — may return error or incomplete screenshot
- Network timeout if the page is slow to render
- full_page capture may fail or time out on very long pages

## How this service works

Take a screenshot of the current page.

## Output

Returns an image (screenshot) of the current page visible in the specified Notte browser session. If full_page is true, captures the entire scrollable page; otherwise captures only the visible viewport.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "full_page": {
   "type": "boolean",
   "description": "Capture full page"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/notte-session-page-screenshot-79448ed0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.orthogonal.com](https://www.zero.xyz/host/x402.orthogonal.com/llms.txt)
