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

    Interface CompleteVideoUploadRequest

    Request parameters for complete_video_upload

    Use this API to finalize a video upload task. Once called, the system will transcode all uploaded video parts and prepare the video for use. All parts must be fully uploaded before calling this API.

    interface CompleteVideoUploadRequest {
        video_upload_id: string;
    }
    Index

    Properties

    Properties

    video_upload_id: string

    The unique ID of the upload task, returned by v2.media.init_video_upload.