init voice persona
Suno
Voice Persona 初始化
上传语音音频并获取验证短语
POST
init voice persona
这是 Voice Persona 创建工作流程的第一阶段。详情请参阅完整工作流程指南。
taskId,等待状态变为 awaiting(不是 success)。data 字段将包含 phrase_text — 用户需要朗读并录制的文本。
获得录音后,在 30 秒内使用相同的 taskId 调用 Complete。
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
响应
201 - application/json
task id. Use this id to query task status.
示例:
"15c257ff-43f7-4678-bd41-202ad6b8488b"