# KiteEndpoints.ai - Website Screenshot API

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

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

## Facts

- Endpoint: POST https://kite-solana.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-2129a0b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8IczSAfbQZa8_Xqao28WC

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-2129a0b8 -d '<json body>'
```

Example prompt: Can you take a screenshot of https://example.com and show me what the page currently looks like?

## When to prefer this

Use this endpoint when you need a quick, pay-per-use visual snapshot of any public webpage without setting up your own headless browser infrastructure. Ideal for one-off or low-volume screenshot needs billed in USDC micro-payments, especially when integrated into an agent workflow that already uses the KiteEndpoints.ai hub for other API calls.

## Known failure modes

- URL is unreachable or returns a non-200 HTTP status — screenshot may fail or return a blank/error page
- Invalid or malformed URL input causes request rejection
- Target website blocks automated rendering tools or headless browsers
- Page requires authentication and returns a login screen instead of intended content
- Long page load times may cause timeout, returning incomplete render
- Payment failure via USDC/x402 protocol prevents request from being processed

## 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 object containing the screenshot result, including image data (likely base64-encoded or a URL to the captured image) of the rendered webpage 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-2129a0b8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
