简体中文
cURL
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 } ] } ] }
获取 midi
身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。
Bearer <API_KEY>
<API_KEY>
歌曲ID
成功响应
显示 子属性
此页面对您有帮助吗?