# GGWP YouTube to Telegram

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

Fetches YouTube video data and delivers it to a Telegram channel or chat

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/youtube-to-telegram
- Price: $0.060433/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-youtube-to-telegram-b0947596
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r5Xn_zZ9pOfBzsBcCv7bT

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

Example prompt: Can you grab the details for this YouTube video https://youtube.com/watch?v=dQw4w9WgXcQ and post it to my Telegram channel with chat ID -1001234567890?

## When to prefer this

Choose this endpoint when you need a pay-per-call, no-subscription solution to bridge YouTube content directly into Telegram chats or channels, especially in automated agent workflows where you want to forward video metadata without managing your own bot infrastructure.

## Known failure modes

- Invalid or private YouTube video URL returns an error
- Telegram chat ID not found or bot lacks permissions causes delivery failure
- Rate limiting from YouTube or Telegram APIs may cause timeouts
- Malformed request body returns validation error
- Payment failure on Base chain blocks the call entirely

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object confirming the Telegram message was sent, along with any relevant metadata about the YouTube video that was shared (title, description, link) and delivery status.

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