Optionalparams: CancelVideoUploadRequestRequest parameters
Promise resolving to the response
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.
Optionalparams: CompleteVideoUploadRequestRequest parameters
Promise resolving to the response
Use this API to retrieve the current status and result of a video upload task. You can also use video_upload_result_push to get notified immediately when a video upload reaches a final status (SUCCEEDED, FAILED, or CANCELLED).
Optionalparams: GetVideoUploadResultRequestRequest parameters
Promise resolving to the response
Use this API to initialize a new video upload task and obtain a unique upload session ID.
Optionalparams: InitVideoUploadRequestRequest parameters
Promise resolving to the response
Use this API to upload images and support different business scenarios through business and scene parameters.
Optionalparams: UploadImageRequestRequest parameters
Promise resolving to the response
Use this API to upload a video file in parts.
Optionalparams: UploadVideoPartRequestRequest parameters
Promise resolving to the response
Use this API to cancel an ongoing video upload task. If the upload has already succeeded, failed, or been cancelled, this operation will fail and return error.