GuidesAPI Reference
API Reference

Starts a multipart upload.

Publishes large data blobs where the data payload needs to be split into multiple parts. The multipart upload start is to be followed by the individual parts upload and completed with a call to complete the upload. The limit of the blob uploaded this way is 500GB. Max key length is 450 characters.

Path Params
string
required

The ID of the parent layer for this blob.

string
required
length between 1 and 450

The key identifies a specific blob so that you can get that blob's contents. Key can only contain allowed characters: a-zA-Z0-9.[]=(){}/_-`.

Body Params

An object that contains metadata of the uploaded object.

string
required

Content type of the uploaded object.

string

Content encoding of the uploaded object.

Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*