API Reference

Get video thumbnails

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

NameInTypeRequiredDescription
AuthorizationheaderstringYesPanda API token
video_idpathstring (uuid)YesUnique identifier of the video.

Notes

  • Returns the currently active custom thumbnail (if any) and a list of auto-generated thumbnails.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!