Web API Endpoint Reference
Our Web API endpoints give external applications access to DoReMIR functionality.
Web API Base URL: https://api.doremir.com
METHOD | ENDPOINT | USAGE | RETURNS |
---|---|---|---|
POST | /v1/audio-to-midi/start | Translate audio to quantized MIDI | JSON |
POST | /v1/audio-to-midi/upload | Translate audio to quantized MIDI | JSON |
POST | /v1/audio-to-midi/result | Translate audio to quantized MIDI | JSON including base64 encoded SMF (Standard MIDI File) |
POST | /v1/audio-to-musicxml/start | Translate audio to MusicXML | JSON |
POST | /v1/audio-to-musicxml/upload | Translate audio to MusicXML | JSON |
POST | /v1/audio-to-musicxml/result | Translate audio to MusicXML | JSON including base64 encoded MusicXML |
POST | /v1/audio-to-remus/start | Translate audio to Remus | JSON |
POST | /v1/audio-to-remus/upload | Translate audio to Remus | JSON |
POST | /v1/audio-to-remus/result | Translate audio to Remus | JSON including base64 encoded Remus |
API Specification
An API specification in an easy-to-use browsable format will be available here soon…