cURL
curl --request PUT \ --url https://api.soundpiece.co/adapt.separate_stems \ --header 'Content-Type: application/json' \ --data ' { "audio": { "asset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }, "callback": { "url": "<string>", "context": {} } } '
{ "computation": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "generating", "asset_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } }
The audio source to be separated
Show child attributes
The ID of an asset in the system
Configuration for a callback that will be called when the computation is complete
The url that will be called when the computation is complete
1 - 255
A context dictionary that will be passed unchanged to the callback url
Successful Response
A computation to track the generation of audio
The ID of the computation
The status of the computation
generating
generated
The IDs of the assets generated by this computation