GET
/
files
/
thumbnails
/
{videoId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

videoId
string
required

The YouTube video ID

Required string length: 11

Response

200 - application/json
url
string
required

The URL of the thumbnail image

width
integer
required

The width of the thumbnail image

Required range: x > 0
height
integer
required

The height of the thumbnail image

Required range: x > 0