POST
/
workspaces
/
assets
/
upload
/
multi
/
begin
curl --request POST \
  --url https://api.mudstack.com/workspaces/assets/upload/multi/begin \
  --header 'Authorization: Bearer <token>' \
  --header 'x-account-id: <x-account-id>' \
  --header 'x-workspace-id: <x-workspace-id>'
{
  "key": "<string>",
  "upload_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-account-id
string
required
x-workspace-id
string
required

Query Parameters

object_id
string
required

The ID of the object to upload.

version_id
string
required

The version ID of the object.

Response

200 - application/json
Successfully started the multi-part upload.

Response object for beginning a multi-part upload

key
string

The key of the uploaded asset

upload_id
string

The ID of the upload session