简体中文
cURL
curl --request POST \ --url https://api.kie.ai/api/v1/vocal-removal/generate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "taskId": "5c79****be8e", "audioId": "8551****662c", "callBackUrl": "https://api.example.com/callback" }'
{ "code": 200, "msg": "success", "data": { "taskId": "5c79****be8e" } }
使用先进的音频处理技术将音乐分离为人声、伴奏和单个乐器轨道。
taskId
audioId
所有接口都需要通过 Bearer Token 方式进行认证。
获取 API Key:
使用方式: 在请求头中添加: Authorization: Bearer YOUR_API_KEY
注意事项:
请求成功
The response is of type object.
object