complete voice persona
Suno
Voice Persona 完成
上传验证录音并创建声音角色
POST
complete voice persona
使用 init 返回的相同
taskId。调用 complete 后,继续轮询同一个 taskId,直到状态变为 success。
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
init 返回的 taskId(同一个任务)
示例:
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
用户朗读验证短语后的录音 URL(WAV/MP3)
示例:
"https://example.com/verification.wav"
Persona 名称
示例:
"My Voice"
Persona 描述
是否公开,默认 false
示例:
false
封面图片(base64 或 null 自动生成)
响应
201 - application/json
task id. Use this id to query task status.
示例:
"15c257ff-43f7-4678-bd41-202ad6b8488b"