Skip to main content
GET
Get video thumbnail
Retrieve the default thumbnail URL for a video. This is automatically generated when the video is uploaded.
  • Returns thumbnail as a URL string (not an Image object)
  • Thumbnail is auto-generated from the video at upload time
  • Thumbnail URL can be used directly in img tags for web display
  • If stored in video.thumbnail_url, this method returns cached version
  • For custom thumbnails at specific timestamps, use create-thumbnail endpoint

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"

Query Parameters

timestamp
number
Example:

10.5

Response

200 - application/json

Thumbnail URL

success
boolean
Example:

true

data
object