Python
Conversion Endpoints
Audio To MIDI
Processes an audio file and converts it into a MIDI file. Optionally generates a sonified .wav and/or a CSV of note events. This request is handled asynchronously.
POST
Python
Authorizations
Body
multipart/form-data
- Option 1
- Option 2
URL of the audio file to convert to MIDI.
Example:
"https://example.com/audio.mp3"
Audio file to upload and process directly.
If true, generates a .wav file that sonifies the MIDI output.
If true, saves predicted note events as a CSV file.
Callback URL to receive conversion results.
Example:
"https://your-webhook-url.com/callback"