cURL
curl --request POST \ --url https://api.mountsea.ai/producer/stems \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "audioId": "<string>" } '
{ "taskId": "<string>" }
将音频分离为独立音轨
taskId
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
音频 ID
任务创建成功
任务 ID,用于后续查询结果