cURL
curl --request GET \ --url https://api.poix.io/files/thumbnails/{videoId} \ --header 'Authorization: Bearer <token>'
[ { "url": "<string>", "width": 123, "height": 123 } ]
This endpoint retrieves a list of thumbnail files for a specified YouTube video.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The YouTube video ID
11
"dQw4w9WgXcQ"
Successful response
The URL of the thumbnail image
The width of the thumbnail image
The height of the thumbnail image