# KiteEndpoints.ai - Website Screenshot API

> KiteEndpoints.ai - Website Screenshot API is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.13/call, status unknown (last checked 2026-09-14).

Captures a screenshot of any website and returns the image, paid per request via USDC on Base chain.

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/website-screenshot
- Price: $0.13/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-website-screenshot-api-d24dfca0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qw74ZPYbDXPnOfTMLsXjb

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 kiteendpoints-ai-website-screenshot-api-d24dfca0 -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 quick, pay-per-use visual capture of any public website without managing your own headless browser infrastructure. Ideal for one-off or infrequent screenshot tasks where setting up Puppeteer/Playwright is overkill, or when running inside an agent workflow that pays per call via crypto micropayments.

## Known failure modes

- Invalid or unreachable URL returns an error or empty result
- Timeout if target site is slow to load
- Payment failure if insufficient USDC balance on Base chain
- Blocked pages (login walls, CAPTCHAs) may yield incomplete screenshots
- Non-HTTP URLs may be rejected

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns an image or image data (likely base64 or a URL) representing a full or partial screenshot of the specified website as rendered in a headless browser at the time of the request.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-website-screenshot-api-d24dfca0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
