v1

latestOpenAPI 3.1.02026-07-2627084.1 KB

Convert 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/v1/audio_to_midi

Response

MIDI conversion task initiated successfully

successboolean
task_idstring
messagestring

Example response

{
  "success": true,
  "task_id": "task789",
  "message": "MIDI conversion task queued successfully"
}