# KiteEndpoints.ai - YouTube to Telegram Upload

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

Uploads or forwards a YouTube video to Telegram via a cross-platform transfer pipeline

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/youtube-telegram-upload
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-youtube-to-telegram-upload-c9810d54
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cHTsxZbNv0AMMNxWxn6jg

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-youtube-to-telegram-upload-c9810d54 -d '<json body>'
```

Example prompt: Upload this YouTube video https://youtube.com/watch?v=abc123 to my Telegram channel @mychannel using my bot token so my followers can watch it directly in Telegram.

## When to prefer this

Choose this endpoint when you need to automate the one-step transfer of a YouTube video to a Telegram chat, channel, or group without manually downloading and re-uploading. Ideal for content creators, community managers, and bots that syndicate YouTube content to Telegram audiences at scale using USDC micropayments per transfer.

## Known failure modes

- Invalid or private YouTube URL causing fetch failure
- Invalid Telegram bot token resulting in 401 unauthorized from Telegram API
- Telegram chat ID not found or bot not added to the group
- YouTube video too large for Telegram file size limits
- Rate limiting from YouTube or Telegram causing timeout
- Network error during video transfer

## 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 confirmation object indicating whether the video was successfully delivered to Telegram, including a Telegram message ID and delivery status. On success, the video or video link appears in the specified Telegram chat.

## 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-youtube-to-telegram-upload-c9810d54/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)
