Skip to main content
POST
Clone Voice — create Voice Persona from audio_url
Clone VoicePOST /suno/v2/voices)属于 Voice Persona。它是 Init + Complete收费一步等价接口:一条公网 audio_url、一次任务,得到同一种 Voice Persona。
收费。 Init + Complete 免费,产物是同一种 Voice Persona。Clone Voice 失败任务不应扣费。详见 Persona 总览
验证短语仅英语/generate 时设 persona.is_voice: true,并走创建时的同一账号。

请求

创建任务

返回 { "taskId": "..." }。用 获取任务状态 轮询,直到 statussuccess

任务结果(成功时的 data

Clone Voice 完成后的真实结果如下,后续 /generatepersona_id

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

请求体

application/json
audio_url
string<uri>
必填

公网可下载的参考音频 URL,MP3/WAV,时长 10240 秒,建议 3060 秒单人干声

示例:

"https://cdn.acedata.cloud/suno_demo.mp3"

name
string

音色名称;不传则由系统生成

示例:

"My Voice"

description
string

音色描述

响应

201 - application/json
taskId
string
必填

task id. Use this id to query task status.

示例:

"15c257ff-43f7-4678-bd41-202ad6b8488b"