Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface PostVideoRequest

    Request parameters for post_video

    You need to call v2.media.init_video_upload, v2.media.upload_video_part, and v2.media.complete_video_upload to upload the video, then call the v2.video.edit_video_info API to set video post information, finally call this API to post the video to Shopee Video.

    interface PostVideoRequest {
        video_upload_id_list: string[];
    }
    Index

    Properties

    video_upload_id_list: string[]

    ID of uploaded video. Obtain from v2.media.get_video_upload_result. No more than 5.