---
name: "xpay-youtube-transcripts-gettranscript"
description: "Get the transcript of a YouTube video"
version: "1.0.0"
price: "$0.01/call"
provider: "YouTube"
---

# Transcripts GetTranscript

Get the transcript of a YouTube video

**Provider:** YouTube
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to get the transcript of a youtube video. This is part of the YouTube provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 6+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("youtube/transcripts_getTranscript")`
2. **`xpay_run`** — Execute: `xpay_run("youtube/transcripts_getTranscript", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `videoId` | string | Yes | The YouTube video ID |
| `language` | string | No | Language code for the transcript |

## Pricing

- **Cost:** $0.01/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [YouTube (all tools)](https://xpay.tools/skills/youtube/SKILL.md) — 7 tools
- [Videos GetVideo](https://xpay.tools/skills/youtube/videos-getvideo/SKILL.md) — $0.01/call
- [Videos SearchVideos](https://xpay.tools/skills/youtube/videos-searchvideos/SKILL.md) — $0.01/call
- [Channels GetChannel](https://xpay.tools/skills/youtube/channels-getchannel/SKILL.md) — $0.01/call
- [Channels ListVideos](https://xpay.tools/skills/youtube/channels-listvideos/SKILL.md) — $0.01/call
- [Playlists GetPlaylist](https://xpay.tools/skills/youtube/playlists-getplaylist/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/youtube/transcripts-gettranscript/
- Provider: https://xpay.tools/youtube/
- All tools: https://xpay.tools/explore
