vocal_start_s ~ vocal_end_s)提取干净的人声,用于后续创建 Persona 音色。/voxStemStatus?id=<返回的 id>,不是 /getState。状态字段是 data.status,完成时为 complete。Authorization: Bearer ********************{
"root_clip_id": "e4c5c81b-395d-4e40-ab96-9706ce6aa6c8",
"vocal_start_s": 10,
"vocal_end_s": 40
}curl --location 'https://drwa.openai-next.com/_open/suno/music/voxStem' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"root_clip_id": "e4c5c81b-395d-4e40-ab96-9706ce6aa6c8",
"vocal_start_s": 10,
"vocal_end_s": 40
}'{
"code": 200,
"msg": "success",
"data": {
"id": "ec51baee-eeb6-4cb8-be82-1be861929c90",
"source_clip_id": "e4c5c81b-395d-4e40-ab96-9706ce6aa6c8",
"status": "submitted",
"vocal_start_s": 10,
"vocal_end_s": 40
}
}