/generate 可以指定 personaId 让 AI 用相同的音色风格创作新歌。artist_clip_id 和 persona_id。Authorization: Bearer ********************{
"root_clip_id": "e4c5c81b-395d-4e40-ab96-9706ce6aa6c8",
"name": "我的音色"
}curl --location 'https://drwa.openai-next.com/_open/suno/music/createPersona' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"root_clip_id": "e4c5c81b-395d-4e40-ab96-9706ce6aa6c8",
"name": "我的音色"
}'{
"code": 200,
"msg": "操作成功",
"data": {
"artist_clip_id": "...",
"persona_id": "..."
}
}