# KiteEndpoints.ai - Telegram Index API

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

Retrieves Telegram-related index data or channel/group information via a paid API hub endpoint

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/telegram-index
- Price: $0.15/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-telegram-index-api-bcbc7813
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EQZDvl3y0psd_k6G2pGNO

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-telegram-index-api-bcbc7813 -d '<json body>'
```

Example prompt: Can you look up the Telegram channel index data for me using the KiteEndpoints API and return whatever indexed channel or group information is available?

## When to prefer this

Choose this endpoint when you need Telegram channel or group index data through a pay-per-request model on Base chain (USDC), and do not want to manage your own Telegram API credentials or scraping infrastructure. Best for lightweight, occasional lookups rather than high-volume streaming.

## Known failure modes

- Insufficient USDC balance on Base chain causing payment failure (402)
- Malformed or missing input object resulting in an error response
- Telegram data unavailable or index empty returning empty result
- Network timeout or upstream Telegram data source unavailability
- Invalid request format returning generic API error

## 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 result object containing Telegram index data, which may include channel listings, group metadata, or other indexed Telegram content in a generic API response wrapper.

## 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-telegram-index-api-bcbc7813/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)
