suno_get_midi
Extracts MIDI data from generated songs for editing melodies, rhythms, and note-level information in digital audio workstations.
Instructions
Get MIDI data extracted from a generated song.
Converts the song's melodic and rhythmic information into MIDI format,
which can be used in digital audio workstations (DAWs) for further editing.
Use this when:
- You want to edit the melody in a DAW
- You need note-level data from the song
- You want to recreate the song with different instruments
Returns:
Task ID and MIDI data information.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_id | Yes | The song ID to get MIDI data for. | |
| callback_url | No | Webhook callback URL for asynchronous notifications. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |