cURL
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>" }
Initiates a multi-part upload process.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the object to upload.
The version ID of the object.
Successfully started the multi-part upload.
Response object for beginning a multi-part upload
The key of the uploaded asset
The ID of the upload session
Was this page helpful?