cURL
curl --request POST \ --url https://api.mudstack.com/workspaces/libraries/{library_id}/download \ --header 'Authorization: Bearer <token>' \ --header 'x-account-id: <x-account-id>' \ --header 'x-workspace-id: <x-workspace-id>'
"<string>"
Downloads assets from a specified library.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully downloaded assets
The response is of type string.
string
Was this page helpful?