Retrieves detail information about a specific audio separation run using the provided run_id
.
Once your audio separation task completes successfully, this endpoint provides immediate access to the isolated audio components. The system divides your original audio into two distinct tracks: a foreground track containing primary audio elements (typically speech, vocals or main instruments) and a background track with remaining audio elements. These isolated components enable creative flexibility for remixing, enhancing specific audio elements, or removing unwanted sounds from your original recording.
Audio separation technology analyzes the spectral and temporal characteristics of your audio file to identify and isolate different sound components. The separation process creates two complementary audio files that, when combined, reconstruct your original recording:
This dual-track approach gives you unprecedented control over your audio content for professional editing, creative remixing, or accessibility enhancements.
After your separation task completes, you’ll receive a run_id
that serves as your access key to the processed audio files. Simply make a GET request to this endpoint using that identifier to retrieve download URLs for both audio components.
A successful response returns direct download URLs for both the foreground and background audio files:
Each URL points to a standard audio file that can be downloaded directly or streamed into your application.
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 for the run, which was generated during the creation process and returned upon task completion.
Successful Response
The response is of type object
.