费用:每分钟音频 0.05 美元。
curl --location 'http://dev-cn.your-api-server.com/assets/analyze/stem' \
--header 'Authorization: Bearer [API Key]' \
--header 'Content-Type: application/json' \
--data '{ "_id": "64cbc6799ae99b683d6b1a56", stemType: "drum-stem" }'{
"task": {
"asset": "string",
"user": "string",
"type": "string",
"api": true,
"stemQuality": "string",
"stemNumber": 0,
"status": {
"msg": "string",
"progress": 0,
"complete": true
},
"startDate": "string",
"output": {
"assets": [
"string"
]
},
"_id": "string",
"__v": 0,
"id": "string"
},
"msg": "string"
}