v1
latestOpenAPI 3.0.02026-07-175989869.3 KBVideos
Set a thumbnail
Set a thumbnail from a specific time interval within a video.
patch/videos/{videoId}/thumbnail
Path parameters
videoIdstring required
Unique identifier of the video you want to add a thumbnail to, where you use a section of your video as the thumbnail.
Request body
Example request
{
"timecode": "00:00:00.000"
}Response
Success
Example response
{
"videoId": "vi4k0jvEUuaTdRAEjQ4Jfrgz",
"title": "Maths video",
"description": "An amazing video explaining the string theory",
"language": "en",
"languageOrigin": "api",
"tags": [
"maths",
"string theory",
"video"
],
"metadata": [
{
"key": "Author",
"value": "John Doe"
},
{
"key": "Format",
"value": "Tutorial"
}
],
"createdAt": "2024-03-03T12:52:03+00:00",
"publishedAt": "2024-07-14T23:36:07+00:00",
"discarded": false,
"discardedAt": null,
"deletesAt": null,
"actions": [
"video_delete",
"video_download",
"video_update"
]
}