HomeBlogTranscribePlansAPI Keys

무료 YouTube 스크립트 API: curl, REST, MCP

YouTube 스크립트(자막)를 일반 텍스트로 추출하세요 — 무료로, curl이나 어떤 HTTP 클라이언트에서든 바로 사용할 수 있습니다. Claude Code, Codex, claude.ai 등 AI 에이전트를 위한 MCP 서버도 제공합니다.

How it works

YouTube `url`과 선택적 `maxChars`를 넣어 GET 또는 POST https://youtube2text.org/api/transcribe 를 호출하고, `x-api-key` 헤더로 인증하세요. 아직 키가 없나요? GET https://youtube2text.org/api/demo-key 가 공용 데모 키를 반환합니다. MCP 클라이언트는 대신 OAuth로 https://youtube2text.org/mcp 에 연결할 수 있습니다.

AI 에이전트: 기계가 읽을 수 있는 전체 API 레퍼런스는 https://youtube2text.org/api.md 에 있습니다(인덱스: /llms.txt).

GitHubAPI Docs
Call the API (GET)
curl "https://youtube2text.org/api/transcribe?url=https://www.youtube.com/watch?v=VIDEO_ID&maxChars=5000" \
  -H "x-api-key: YOUR_API_KEY"

API reference (api.md)