cURL
curl --request GET \ --url https://api.soundpiece.co/computations.get_computation
{ "computation": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "generating", "asset_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } }
The ID of the computation
Whether to wait for up to 20s for the computation to finish. Allows long polling
Successful Response
Show child attributes