cURL
curl --request POST \ --url https://api.audioshake.ai/assets \ --header 'Content-Type: multipart/form-data' \ --header 'x-api-key: <api-key>' \ --form file='@example-file'
{ "id": "<string>", "format": "<string>", "name": "<string>" }
id
assetId
The uploaded file data. Supported audio formats only. (e.g. wav, aiff, flac, mp3)
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?