# KiteEndpoints.ai - Telegram Channel API

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

Fetches data about a Telegram channel via a paid per-request API hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/telegram-channel
- Price: $0.14/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-channel-api-6fb267fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vMY8F4tDZ4bTpXYrbaOuU

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-channel-api-6fb267fe -d '<json body>'
```

Example prompt: Can you pull up the details for the Telegram channel @cryptonewshub — I want to see its description, member count, and any other available metadata?

## When to prefer this

Use this endpoint when you need to programmatically retrieve Telegram channel metadata (description, member count, channel info) and are willing to pay per request in USDC on Base chain. Prefer this over building direct Telegram API integrations when you want a simple, hosted, pay-as-you-go wrapper.

## Known failure modes

- Invalid or non-existent Telegram channel identifier returns an error or empty result
- Private channels may not return full data
- Payment failure (insufficient USDC balance) blocks the request
- Malformed input object causes API to return an error
- Rate limiting or quota exceeded on the upstream Telegram data source

## 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 channel data such as channel name, description, member count, and other publicly available metadata about the specified channel.

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