cURL
curl --request GET \ --url https://api.audioshake.ai/assets/{id} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "format": "<string>", "name": "<string>" }
id
Unique identifier of the Asset
3 - 60
Default Response
Unique identifier of the Asset. Use this id in the assetId field when creating a Task.
Format of the Asset
Name of the Asset
Was this page helpful?