DeerAPI 创建自建模型接口文档:通过 POST /suno/custom-model 上传至少 6 首歌曲训练自己的 Suno 模型。
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>"
}Bearer token authentication. Use your DeerAPI key.
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>"
}