curl --request GET \
--url https://proxy.innk.cc/suno/act/midi/{clip_id} \
--header 'Authorization: Bearer <token>'{
"state": "<string>",
"instruments": [
{
"name": "<string>",
"notes": [
{
"pitch": 123,
"start": 123,
"end": 123,
"velocity": 123
}
]
}
]
}curl --request GET \
--url https://proxy.innk.cc/suno/act/midi/{clip_id} \
--header 'Authorization: Bearer <token>'{
"state": "<string>",
"instruments": [
{
"name": "<string>",
"notes": [
{
"pitch": 123,
"start": 123,
"end": 123,
"velocity": 123
}
]
}
]
}身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。
歌曲ID
成功响应
Was this page helpful?