# Coockies.ai YouTube to Telegram

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

Sends a YouTube video (or its content/link) to a Telegram recipient via the Coockies.ai API hub

## Facts

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

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 coockies-ai-youtube-to-telegram-bae06da9 -d '<json body>'
```

Example prompt: Send this YouTube video https://www.youtube.com/watch?v=dQw4w9WgXcQ to my Telegram chat ID -1001234567890 via Coockies.ai.

## When to prefer this

Use this endpoint when you need a simple, pay-per-call way to programmatically send YouTube video content or links to Telegram chats, channels, or groups without managing your own Telegram bot infrastructure or YouTube API integration.

## Known failure modes

- Invalid YouTube URL returns an error result
- Invalid or inaccessible Telegram chat ID causes delivery failure
- Missing required input fields results in a bad request error
- Payment failure via x402/Base chain blocks the call
- Telegram bot not added to target group causes permission 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 result object confirming whether the YouTube content was successfully sent to the specified Telegram destination, including delivery status and any response data from the Telegram API.

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