# KiteEndpoints.ai - Twitter Screenshot API

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

Captures a screenshot of a Twitter/X profile or tweet and returns the image data

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/screenshot-twitter
- Price: $0.17/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-twitter-screenshot-api-3b8e5337
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xPpnab0R9I-A1s8511kWY

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-twitter-screenshot-api-3b8e5337 -d '<json body>'
```

Example prompt: Can you take a screenshot of this tweet — https://twitter.com/elonmusk/status/1234567890 — and give me the image so I can share it?

## When to prefer this

Use this endpoint when you need a visual, image-based capture of a tweet or Twitter profile — for archiving, sharing, embedding in reports, or evidence documentation — without needing structured text data extraction. Prefer this over text-scraping endpoints when the visual layout or media content of the tweet matters.

## Known failure modes

- Invalid or malformed Twitter URL returns an error
- Tweet or profile is private or suspended, resulting in a blank or error screenshot
- Twitter rate limiting or bot detection blocks the render
- Timeout if the page takes too long to load
- URL points to non-Twitter domain, causing rejection or empty result

## 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 (screenshot) of the specified Twitter/X tweet or profile page, captured as rendered in a browser, typically as base64-encoded image data or an image URL within the response 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-twitter-screenshot-api-3b8e5337/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)
