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
Example response
{
"success": true,
"data": {
"thumbnail_url": "https://assets.videodb.io/thumb/12345.jpg"
}
}