Skip to main content
POST
/
suno
/
persona
/
voice
/
create
创建声音 Persona
curl --request POST \
  --url https://api.deerapi.com/suno/persona/voice/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "mytitle",
  "persona_type": "vox",
  "vox_audio_id": "9e196fa1-20f3-43c1-8066-06a2a6b6bea9",
  "voice_recording_id": "575023b1-b071-4dbd-9f0d-176665c60768",
  "verification_id": "979282b1-8968-46bc-b599-ea14946be48e"
}
'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your DeerAPI key.

Body

application/json
name
string
required

Persona 名称

persona_type
enum<string>
required

固定为 vox

Available options:
vox
vox_audio_id
string
required

上传声音步骤返回的 vox_audio_id

voice_recording_id
string
required

上传声音步骤返回的 voice_recording_id

verification_id
string
required

声音验证步骤返回的 verification_id

description
string

Persona 描述

image_s3_id
string

图片 Base64 格式(data:image/jpeg;base64,...)

is_public
boolean

是否公开(注意:无论传什么都会被重置为 false)

vocal_start_s
number

人声开始时间(秒)

vocal_end_s
number

人声结束时间(秒)

user_input_styles
string

风格描述

source
string

来源类型

singer_skill_level
enum<string>

歌手水平

Available options:
Advanced,
Intermediate,
Beginner,
Professional
is_voice_recording
boolean

是否为声音录制

Response

200 - application/json

成功

id
string

创建成功的 persona_id