Generate custom thumbnail
post/video/{video_id}/thumbnail/
Path parameters
video_idstring required
Example:m-12345
Request body
Example request
{
"timestamp": 10.5,
"width": 320,
"height": 180
}Response
Thumbnail generated
Example response
{
"success": true,
"status": "processing",
"data": {
"id": "job-123",
"output_url": "https://api.videodb.io/async-response/job-123"
}
}