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"
  }
}

Changes

No recorded changes to this endpoint across all 5 revisions of this API.