# Influship YouTube Video Transcript Fetcher

> Influship YouTube Video Transcript Fetcher is a paid API for AI agents from api.influship.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Fetches the full transcript of a YouTube video by its video ID

## Facts

- Endpoint: GET https://api.influship.com/v1/raw/youtube/transcript/%7Bvideo_id%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/influship-youtube-video-transcript-fetcher-09508b8a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_n3r3WMWBUbGIeqBFqiLGJ

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 influship-youtube-video-transcript-fetcher-09508b8a
```

Example prompt: Can you grab the full transcript of this YouTube video — the video ID is dQw4w9WgXcQ — so I can read exactly what was said?

## When to prefer this

Use this endpoint when you need the raw spoken text or captions from a specific YouTube video by its video ID, especially for influencer content research, brand mention analysis, or content summarization tasks. Prefer this over generic transcription APIs when you already have a YouTube video ID and want a low-cost, direct extraction without uploading audio files.

## Known failure modes

- Video ID not found or invalid — returns empty data or error
- Video has no available captions or transcript — returns empty result
- YouTube rate limiting or scraping block — request may fail
- Malformed video_id path parameter — returns 400 or error response
- Private or age-restricted video — transcript may be inaccessible

## How this service works

Discover and evaluate influencers with AI-powered creator search. Influship analyzes content, audiences, and brand fit across 5M+ profiles. Start free.

## Output

Returns the full text transcript of the specified YouTube video, containing the spoken dialogue or captions extracted from the video content.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/influship-youtube-video-transcript-fetcher-09508b8a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.influship.com](https://www.zero.xyz/host/api.influship.com/llms.txt)
