v5

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-0112516159.5 KB

Get video thumbnail

get/video/{video_id}/thumbnail/

Path parameters

video_idstring required
Example:m-12345

Query parameters

timestampnumber
Example:10.5

Response

Thumbnail URL

successboolean

Example response

{
  "success": true,
  "data": {
    "thumbnail_url": "https://assets.videodb.io/thumb/12345.jpg"
  }
}