cURL
curl --request GET \ --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>"
Retrieve a signed URL for the library thumbnail.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The signed URL for the library thumbnail
The response is of type string.
string
Was this page helpful?