Skip to main content
GET
Transcript
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

YouTube video or short URL

Example:

"https://www.youtube.com/watch?v=bjVIDXPP7Uk"

Response

Successful response

Key Response Fields:

  • data.transcript[0].text: Text content of a transcript segment
  • data.transcript[0].startMs: Segment start time in milliseconds
  • data.transcript[0].endMs: Segment end time in milliseconds
  • data.transcript[0].startTimeText: Human-readable start time (e.g., "0:00")
  • data.transcript_only_text: Full transcript as a single plain-text string
  • data.language: Language of the transcript (e.g., "English")
  • data.videoId: YouTube video ID
  • data.captionTracks[0].languageCode: Language code of the caption track
  • data.captionTracks[0].kind: Caption type — "asr" for auto-generated