Y

YouTube Transcript & Captions · Transcript

by YouTube Transcript & Captions

GETBaseArbitrumPolygon

$0.02

per call · USD Coin on Base

Full transcript of any YouTube video by video id or URL: captions/subtitles as clean plain text plus timestamped segments, the video's chapter markers, and every caption track it offers so an agent can pick a language and re-fetch. YouTube transcript, video to text, captions extraction, subtitle download, closed captions, speech to text, multilingual, asr and authored tracks. No API key.

Endpoint

GET https://youtube.use.x402atlas.com/transcript

13

Calls / 30d

10

Unique payers / 30d

Sep 9

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://youtube.use.x402atlas.com/transcript", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://youtube.use.x402atlas.com/transcript?v=iG9CE55wbtY" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "available_transcripts": [
    {
      "language_code": "en",
      "selected": true
    },
    {
      "language_code": "en",
      "type": "asr"
    },
    {
      "language_code": "fr"
    }
  ],
  "chapters": [
    {
      "end_ms": 42000,
      "start_ms": 0,
      "start_time_text": "0:00",
      "title": "Introduction"
    },
    {
      "end_ms": 115000,
      "start_ms": 42000,
      "start_time_text": "0:42",
      "title": "Three themes"
    }
  ],
  "language_code": "en",
  "queried_at": "2026-07-24T12:00:00Z",
  "segments": [
    {
      "end_ms": 29678,
      "start_ms": 27103,
      "start_time_text": "0:27",
      "text": "Good morning. How are you?"
    },
    {
      "end_ms": 31105,
      "start_ms": 29702,
      "start_time_text": "0:29",
      "text": "(Audience) Good."
    }
  ],
  "text": "Good morning. How are you? (Audience) Good. It's been great, hasn't it?",
  "video_id": "iG9CE55wbtY"
}

Payment details

Pay to0x8c128f1ee62bb5e47867cfbae2ad89be325df1b2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Arbitrum, Polygon
Schemesexact

Is this your API?

Pin it to the top of Social & Community and the homepage with a featured placement.

Get featured →

More from YouTube Transcript & Captions & similar services