# KiteEndpoints.ai - Telegram Index

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

Retrieves or queries a Telegram-related index via the KiteEndpoints.ai mega API hub, paid per request with USDC on Base chain.

## Facts

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

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

Example prompt: Can you search the Telegram channel index to find channels or groups related to cryptocurrency trading?

## When to prefer this

Use this endpoint when you need to search or retrieve indexed Telegram channel, group, or bot data programmatically and are willing to pay per request via USDC on Base chain. Prefer this over building your own Telegram scraper or using unofficial methods.

## Known failure modes

- Payment not included or insufficient USDC — returns 402 Payment Required
- Invalid or malformed request body — returns 400 Bad Request
- Upstream Telegram index unavailable — returns 503 Service Unavailable
- No results found for the given query — empty result object returned

## 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, such as channel listings, group information, or indexed Telegram content matching the query.

## Request schema (JSON Schema)

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

## 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-dc187cbc/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)
