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

    Interface InitVideoUploadRequest

    Request parameters for init_video_upload

    Initiate video upload session.Video duration should be between 10s and 60s (inclusive).

    interface InitVideoUploadRequest {
        file_md5: string;
        file_size: number;
    }
    Index

    Properties

    Properties

    file_md5: string

    md5 of video file

    file_size: number

    size of video file, in bytes, maximum is 30MB