cURL
curl --request POST \ --url https://api.mudstack.com/workspaces/assets/download \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-account-id: <x-account-id>' \ --header 'x-workspace-id: <x-workspace-id>' \ --data '{ "asset_ids": [ "<string>" ], "folders": [ "<string>" ], "attachments": true }'
Downloads assets based on provided IDs and folders.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Assets downloaded successfully
Was this page helpful?