🚀 Introducing MARS8 Series — Four Powerful Variants | Available on All Major Clouds | Learn about the model here
🚀 Introducing MARS8 Series — Four Powerful Variants | Available on All Major Clouds | Learn about the model here
Retrieves the current status of an audio separation task using the specified task_id.
curl --request GET \
--url https://client.camb.ai/apis/audio-separation/{task_id} \
--header 'x-api-key: <api-key>'"SUCCESS"When you submit an audio file for separation into its component tracks, our system begins processing your request as a background task. This endpoint serves as your window into that process, allowing you to monitor the progression of your audio separation task from initiation to completion.Documentation Index
Fetch the complete documentation index at: https://docs.camb.ai/llms.txt
Use this file to discover all available pages before exploring further.
task_id that was provided when you initially submitted your separation request. With this identifier, simply make a GET request to the endpoint:
GET https://client.camb.ai/apis/audio-separation/{task_id}
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 curl --request GET \
--url https://client.camb.ai/apis/audio-separation/{task_id} \
--header 'x-api-key: <api-key>'"SUCCESS"