# KiteEndpoints.ai Website Screenshot API

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

Captures a screenshot of a given website URL and returns the rendered page image

## Facts

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

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

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

## When to prefer this

Use this endpoint when you need a visual, rendered screenshot of a webpage — ideal for monitoring visual appearance, generating thumbnails, verifying page content visually, or archiving how a site looks at a point in time. Prefer this over HTML-only scrapers when the rendered visual output matters.

## Known failure modes

- Invalid or unreachable URL returns an error in the result field
- Timeout if the target website loads slowly or is unavailable
- Payment failure (402) if USDC balance is insufficient on Base chain
- Paywalled or bot-blocked pages may render incomplete or blocked content
- Malformed input URL may return a 400-style error response

## 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 a rendered visual image (screenshot) of the specified website, captured as if viewed in a browser, delivered as image data or a URL to the captured image within the result object.

## 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-cd3557dd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
