Skip to main content
Call this API to initialize a multipart file upload.

API call description

To call the API, follow these steps: Step 1: Call this API to initialize the multipart file upload and obtain the upload identifier uploadKey. Step 2: Call the Get multipart file upload information API to obtain the upload information for each part. Step 3: Upload each part in a loop. Step 4: Use the uploadKey obtained in Step 1 to call the Commit File API to complete the upload. For a complete example, see the following:

Request

Basic information

Request headers

Path parameters

Query parameters

Request body

Request example

HTTP
Java
Python
PHP
Go
Node.js
C#

Response

Response body

Response body example

Error codes

If an error is returned when you call this API, search for the error message in the Global error codes document for a solution.