complete voice persona
Suno
Voice Persona Complete
Upload verification recording and create voice persona
POST
complete voice persona
This is Phase 2 of the Voice Persona creation workflow. You must complete Phase 1: Init first and wait for the task status to reach
awaiting. See the full workflow guide.taskId returned by init. After calling complete, continue polling the same taskId until status becomes success.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
init 返回的 taskId(同一个任务)
Example:
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
用户朗读验证短语后的录音 URL(WAV/MP3)
Example:
"https://example.com/verification.wav"
Persona 名称
Example:
"My Voice"
Persona 描述
是否公开,默认 false
Example:
false
封面图片(base64 或 null 自动生成)
Response
201 - application/json
task id. Use this id to query task status.
Example:
"15c257ff-43f7-4678-bd41-202ad6b8488b"