cURL
curl --request GET \ --url https://api.audioshake.ai/assets \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "format": "<string>", "name": "<string>" } ]
Number of records to skip for pagination
x >= 0
Maximum number of records to return per page
1 <= x <= 100
Default Response
Unique identifier of the Asset. Use this id as assetId when creating a Task.
Format of the output file
Name of the Asset
Was this page helpful?