Retrieves the current status of an audio separation task using the specified task_id.
task_id that was provided when you initially submitted your separation request. With this identifier, simply make a GET request to the endpoint:
The x-api-key is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.
The unique identifier returned when you submitted your audio separation request. This serves as the reference point for tracking your specific task.
Successful Response
The response is of type enum<string>.
SUCCESS, PENDING, TIMEOUT, ERROR, PAYMENT_REQUIRED