v1
latestOpenAPI 3.1.02026-07-2416666272.6 KBThumbnails
Upload video thumbnail
Uploads a custom thumbnail (multipart/form-data) for a video. Use query ?type=pause|live|end to target a specific kind; omit type for the default start/cover thumbnail.
post/thumbs/{video_id}
Path parameters
video_idstring uuid required
Unique identifier of the video
Query parameters
type'pause' | 'live' | 'end'
Type of thumbnail to upload
Response
Thumbnail uploaded successfully
Example response
{
"response": {
"thumb": "a1b2c3d4-5678-90ab-cdef-123456789abc.jpg",
"pauseThumbnail": [
"a1b2c3d4-5678-90ab-cdef-pause.jpg"
],
"endThumbnail": "a1b2c3d4-5678-90ab-cdef-end.jpg",
"thumbnail": "a1b2c3d4-5678-90ab-cdef-live.jpg"
}
}