UploadVideoThumbnail
Uploads custom thumbnail images for your video assets, helping control the preview image that appears in video posts and advertisements.
Procedure Specific Information
To use this stored procedure, exactly one of the following parameters must be specified (in addition to UploadURL):- LocalFile
- FileStream
- FileData
If no parameter is used, or more than one parameter is used, the procedure will fail.
Input
| Name | Type | Required | Description |
| UploadURL | String | True | URL endpoint used to upload the thumbnail image for the video asset. |
| LocalFile | String | False | Specifies the absolute local file path of the image file to upload as the video's thumbnail. |
| FileData | String | False | Contains the image data as a Base64-encoded string, used when neither LocalFile nor FileStream parameters can be provided. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Identifies whether or not the thumbnail image was uploaded successfully. |