Skip to main content
GET
/
files
/
thumbnails
/
{videoId}
Get thumbnails files list
curl --request GET \
  --url https://api.poix.io/files/thumbnails/{videoId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "url": "<string>",
    "width": 123,
    "height": 123
  }
]

Authorizations

Authorization
string
header
required

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
Example:

"dQw4w9WgXcQ"

Response

Successful response

url
string<uri>
required

The URL of the thumbnail image

width
integer
required

The width of the thumbnail image

height
integer
required

The height of the thumbnail image