Skip to main content
GET
Get all video thumbnails
Retrieve all custom thumbnails that have been generated for a video at different timestamps.
  • Returns list of Image objects for each generated custom thumbnail
  • Only includes custom thumbnails created with create-thumbnail endpoint
  • Each Image object contains ID, URL, and metadata
  • Default auto-generated thumbnail is not included in this list
  • Use to manage multiple thumbnails created at different video timestamps

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

video_id
string
required
Pattern: ^m-
Example:

"m-12345"

Response

200 - application/json

List of thumbnails

success
boolean
Example:

true

data
object[]