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

    Interface EditVideoInfoRequest

    Request parameters for edit_video_info

    You need to call v2.media.init_video_upload, v2.media.upload_video_part, and v2.media.complete_video_upload to upload the video, and call the v2.media.get_video_upload_result to get the video_upload_id of uploaded video first, then call this API to set video post information. After submit, the video is still draft status, you need to call v2.video.post_video to post the video to Shopee Video. You can only set and update post information before the video is post.

    interface EditVideoInfoRequest {
        aigc_label: boolean;
        video_upload_list: EditVideoInfoVideoUpload[];
    }
    Index

    Properties

    aigc_label: boolean

    Indicates whether the video contains AI-generated or AI-assisted content, such as visuals, voice, avatars, or scripts. Set to true if it does; otherwise, set to false. An AI label will be shown to viewers when set to true.

    video_upload_list: EditVideoInfoVideoUpload[]

    Video information collection, no more than 5.