# BlackBobs.ai YouTube to Telegram

> BlackBobs.ai YouTube to Telegram is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.060433/call, status unknown (last checked 2026-09-14).

Fetches content from a YouTube video and sends or forwards it to a Telegram destination

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/youtube-to-telegram
- Price: $0.060433/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-youtube-to-telegram-3947f973
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gLH02piD7SPnVolAvhSKQ

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 blackbobs-ai-youtube-to-telegram-3947f973 -d '<json body>'
```

Example prompt: Can you take this YouTube video — https://www.youtube.com/watch?v=dQw4w9WgXcQ — and send it to my Telegram channel with chat ID -1001234567890?

## When to prefer this

Choose this endpoint when you need to bridge YouTube video content directly to Telegram channels, groups, or chats in a single API call without managing the YouTube data extraction and Telegram bot messaging separately. Ideal for automated content syndication workflows where YouTube videos need to appear in Telegram communities.

## Known failure modes

- Invalid or private YouTube URL returns an error
- Invalid Telegram chat ID or bot not authorized for that chat
- YouTube video unavailable or geo-restricted
- Network timeout during content fetch or Telegram delivery
- Missing required input fields returns validation error

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a confirmation object indicating whether the YouTube content was successfully sent to the specified Telegram destination, along with any relevant delivery metadata or message IDs.

## 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/blackbobs-ai-youtube-to-telegram-3947f973/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
