Skip to main content
POST
/
producer
/
stems
获取音轨分离
curl --request POST \
  --url https://api.mountsea.ai/producer/stems \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "audioId": "<string>"
}
'
{
  "taskId": "<string>"
}
Separate an audio track into individual stems (vocals, drums, bass, etc.). Useful for remixing, karaoke creation, or isolating specific elements.
This is an async task. The response contains a taskId — use Get Task Status to poll for the stem download URLs.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
audioId
string
required

音频 ID

Response

任务创建成功

taskId
string
required

任务 ID,用于后续查询结果