Skip to main content
POST
/
libraries
/
{libraryId}
/
videos
/
{videoId}
/
thumbnails
{
  "message": "Video Thumbnail Created Successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

libraryId
string
required

Unique identifier of the library.

videoId
string
required

Unique identifier of the targeted video resource.

Body

multipart/form-data
file
file
required

The thumbnail file to upload, allowed formats are ".jpg", ".jpeg", ".png", ".gif"

Example:

"file:///Users/sohelmia/Downloads/App_Icon.png"

Response

message
string
required
success
boolean
required