callBackUrl 参数设置回调 URL。系统将在任务完成时自动将结果推送到您指定的地址。callBackUrl 发送 POST 请求:{
"code": 200,
"msg": "success",
"data": {
"taskId": "5c79****be8e",
"instruments": [
{
"name": "Drums",
"notes": [
{
"pitch": 73,
"start": "0.036458333333333336",
"end": "0.18229166666666666",
"velocity": 1
},
{
"pitch": 61,
"start": 0.046875,
"end": "0.19270833333333334",
"velocity": 1
}
]
}
]
}
}code (integer, required)| 状态码 | 说明 |
|---|---|
| 200 | 成功 - MIDI 生成已成功完成 |
| 500 | 内部错误 - 请重试或联系技术支持 |
msg (string, required)taskId (string, required)data (object)data.state (string)completedata.instruments (array)split_stem 类型(而非 separate_vocal)