English
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 } ] } ] }
Get midi
The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.
Bearer <API_KEY>
<API_KEY>
Song ID
successful response
Show child attributes
Was this page helpful?