Skip to main content
GET
/
computations.get_computation
computations.get_computation
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"
    ]
  }
}

Query Parameters

id
string<uuid>
required

The ID of the computation

wait
boolean
default:false

Whether to wait for up to 20s for the computation to finish. Allows long polling

Response

Successful Response

computation
AudioComputation · object
required