Skip to main content
GET
/
suno
/
fetch
/
{model_id}
查询自建模型
curl --request GET \
  --url https://api.deerapi.com/suno/fetch/{model_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your DeerAPI key.

Path Parameters

model_id
string
required

创建自建模型时返回的模型 ID

Response

200 - application/json

成功

id
string

模型 ID

status
string

状态:pending 训练中,complete 已完成