get https://api-v2.pandavideo.com/thumbs/
Retrieves thumbnails for a specific video, including both custom uploaded and auto-generated thumbnails
GET /thumbs/{video_id}
Detailed Description
Retrieves thumbnails for a specific video, including both custom uploaded thumbnails and auto-generated options.
HTTP Method & Path
GET /thumbs/{video_id}
Authentication Requirements
- Security Scheme:
PandaAuth
(apiKey) - Header:
Authorization: <your_api_token>
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
Authorization | header | string | Yes | Panda API token |
video_id | path | string (uuid) | Yes | Unique identifier of the video. |
Notes
- Returns the currently active custom thumbnail (if any) and a list of auto-generated thumbnails.