POST
/
audio-separation

This endpoint allows for the separation of an audio file into distinct background and foreground components. To check the status of the task, the /audio-separation/{task_id} endpoint can be polled.

Supported Files

The audio_file property accepts the following file formats:

  • FLAC
  • MP3
  • WAV

Authorizations

x-api-key
string
header
required

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.

Body

multipart/form-data
audio_file
file

Audio file to processed. Only FLAC, MP3, and WAV formats are supported.

Response

200 - application/json
task_id
string