DeerAPI 查询自建模型接口文档:通过 GET /suno/fetch/ 查询自建模型训练状态。
curl --request GET \
--url https://api.deerapi.com/suno/fetch/{model_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://apidoc.deerapi.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.deerapi.com/suno/fetch/{model_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"status": "<string>"
}