Skip to main content
POST
/
suno
/
custom-model
创建自建模型
curl --request POST \
  --url https://api.deerapi.com/suno/custom-model \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "clip_ids": [
    "7173c086-844d-4b9e-9cee-e771f7ded3eb",
    "c87451ec-8e09-4358-b93b-99a0f59374b3",
    "9c58ae41-4364-4995-827c-8033109abb5d",
    "92022750-af59-44e1-a559-74d6f2503f5e",
    "06215aa7-7725-4741-91d2-cc316e2454fe",
    "f7a1e392-e659-4376-8b24-f267ba4f6e30"
  ],
  "name": "你模型名称"
}
'
{
  "id": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your DeerAPI key.

Body

application/json
clip_ids
string[]
required

歌曲 clip_id 数组,至少 6 首,推荐 24 首。必须在同一个账号下。

Minimum array length: 6
name
string
required

模型名称

Response

200 - application/json

成功

id
string

模型 ID,用于后续查询和使用

status
string

状态,pending 表示训练中