Noise Suppression Engines

List available noise suppression engines

Returns all noise suppression engines available to the authenticated user. Engines gated behind a feature flag are included only when the flag is enabled for the user's account. Results are not paginated; the number of engines is expected to remain small.

get/noise_suppression_engines

Response

A list of noise suppression engines available to the authenticated user

Example response

{
  "data": [
    {
      "value": "denoiser",
      "label": "Denoiser"
    }
  ]
}

Changes