Skip to main content
GET
cURL

Authorizations

X-API-Key
string
header
required

Path Parameters

handle
string
required

YouTube channel handle. Accepts a bare handle (techreviews), an @handle (@techreviews), or a full channel URL (https://youtube.com/@techreviews); surrounding share tokens and trailing paths are ignored. A value that is not a channel handle returns a 400 validation error.

Minimum string length: 1
Example:

"@techreviews"

Query Parameters

video_limit
integer
default:5

Number of videos to fetch transcripts for (max 20)

Required range: 1 <= x <= 20
Example:

5

language
string
default:en

Language code for transcripts

Example:

"en"

sort_by
enum<string>
default:newest

How to sort channel videos before selecting

Available options:
popular,
newest,
oldest
Example:

"newest"

include_segments
boolean

Include timestamped transcript segments in response

Example:

false

Response

Successful response

data
object
required